#cc7d05

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

Shades of Dark Goldenrod #CC7D05

Tints of Dark Goldenrod #CC7D05

Color information

#CC7D05 (or 0xCC7D05) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 7D and 05. RGB value is (204,125,5). Sum of RGB (Red+Green+Blue) = 204+125+5=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D05 is #3382FA. Grayscale: #878787. Windows color (decimal): -3375867 or 359884. OLE color: 359884.

HSL color Cylindrical-coordinate representation of color #CC7D05: hue angle of 36.18º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC7D05 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB2041255-
CMYK00.390.980.2
HSL36.18º95.22%40.98%-
HSV(B)36.18º97.55%80%-
XYZ32.2627.523.75-
YUV134.9454.67177.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.08%
GREEN value IS 125 (49.22% from 255) = 37.43%
BLUE value IS 5 (2.34% from 255) = 1.50%
R=61.08%
G=37.43%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204125500.390.980.236.1895.2240.98
HexCC7D50276214245f29
Octal3141755047142244413751
Binary11001100111110110101001111100010101001001001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc7d05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc7d05; }

 p { color: rgb(204,125,5); }

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

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

 a { background-color: rgb(204,125,5); }

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

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

 span { border-color: rgb(204,125,5); }

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