#CA8004

Color #CA8004 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #CA8004

Tints of Dark Goldenrod #CA8004

Color information

#CA8004 (or 0xCA8004) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 80 and 04. RGB value is (202,128,4). Sum of RGB (Red+Green+Blue) = 202+128+4=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8004 is #357FFB. Grayscale: #888888. Windows color (decimal): -3506172 or 295114. OLE color: 295114.

HSL color Cylindrical-coordinate representation of color #CA8004: hue angle of 37.58º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA8004 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB2021284-
CMYK00.370.980.21
HSL37.58º96.12%40.39%-
HSV(B)37.58º98.02%79.22%-
XYZ32.1283.83-
YUV135.9953.52175.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 60.48%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 4 (1.95% from 255) = 1.20%
R=60.48%
G=38.32%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202128400.370.980.2137.5896.1240.39
HexCA8040256215266028
Octal3122004045142254614050
Binary110010101000000010001001011100010101011001101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8004; }

 p { color: rgb(202,128,4); }

 H1.HeaderClassName
 {
   color: #CA8004;
 }
 .AnyTagClassName
 {
   color: #CA8004;
 }
</style>
background-color css

<style>
 a { background-color: #CA8004; }

 a { background-color: rgb(202,128,4); }

 div.DivClassName
 {
   background-color: #CA8004;
 }
 .BgClassName
 {
   background-color: #CA8004;
 }
</style>
border-color css

<style>
 span { border-color: #CA8004; }

 span { border-color: rgb(202,128,4); }

 td.TdClassName
 {
   border-color: #CA8004;
 }
 .TagClassName
 {
   border-color: #CA8004;
 }
</style>