#CC7900

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

Shades of Dark Goldenrod #CC7900

Tints of Dark Goldenrod #CC7900

Color information

#CC7900 (or 0xCC7900) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 79 and 00. RGB value is (204,121,0). Sum of RGB (Red+Green+Blue) = 204+121+0=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7900 is #3386FF. Grayscale: #848484. Windows color (decimal): -3376896 or 31180. OLE color: 31180.

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

Color convert

RGB2041210-
CMYK00.4110.2
HSL35.59º100%40%-
HSV(B)35.59º100%80%-
XYZ31.7426.513.44-
YUV132.0253.5179.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.77%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.77%
G=37.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204121000.4110.235.5910040
HexCC7900296414246428
Octal3141710051144244414450
Binary110011001111001001010011100100101001001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7900; }

 p { color: rgb(204,121,0); }

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

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

 a { background-color: rgb(204,121,0); }

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

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

 span { border-color: rgb(204,121,0); }

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