#CA7D06

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

Shades of Dark Goldenrod #CA7D06

Tints of Dark Goldenrod #CA7D06

Color information

#CA7D06 (or 0xCA7D06) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 7D and 06. RGB value is (202,125,6). Sum of RGB (Red+Green+Blue) = 202+125+6=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D06 is #3582F9. Grayscale: #878787. Windows color (decimal): -3506938 or 425418. OLE color: 425418.

HSL color Cylindrical-coordinate representation of color #CA7D06: hue angle of 36.43º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA7D06 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB2021256-
CMYK00.380.970.21
HSL36.43º94.23%40.78%-
HSV(B)36.43º97.03%79.22%-
XYZ31.7227.243.76-
YUV134.4655.51176.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.66%
GREEN value IS 125 (49.22% from 255) = 37.54%
BLUE value IS 6 (2.73% from 255) = 1.80%
R=60.66%
G=37.54%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202125600.380.970.2136.4394.2340.78
HexCA7D60266115245e29
Octal3121756046141254413651
Binary11001010111110111001001101100001101011001001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7D06; }

 p { color: rgb(202,125,6); }

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

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

 a { background-color: rgb(202,125,6); }

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

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

 span { border-color: rgb(202,125,6); }

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