#CA7804

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

Shades of Dark Goldenrod #CA7804

Tints of Dark Goldenrod #CA7804

Color information

#CA7804 (or 0xCA7804) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 78 and 04. RGB value is (202,120,4). Sum of RGB (Red+Green+Blue) = 202+120+4=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7804 is #3587FB. Grayscale: #838383. Windows color (decimal): -3508220 or 293066. OLE color: 293066.

HSL color Cylindrical-coordinate representation of color #CA7804: hue angle of 35.15º 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 #CA7804 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB2021204-
CMYK00.410.980.21
HSL35.15º96.12%40.39%-
HSV(B)35.15º98.02%79.22%-
XYZ31.1263.49-
YUV131.2956.17178.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.96%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=61.96%
G=36.81%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202120400.410.980.2135.1596.1240.39
HexCA7840296215236028
Octal3121704051142254314050
Binary11001010111100010001010011100010101011000111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7804; }

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

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

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

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

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

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

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

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