#CC7908

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

Shades of Dark Goldenrod #CC7908

Tints of Dark Goldenrod #CC7908

Color information

#CC7908 (or 0xCC7908) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 79 and 08. RGB value is (204,121,8). Sum of RGB (Red+Green+Blue) = 204+121+8=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7908 is #3386F7. Grayscale: #858585. Windows color (decimal): -3376888 or 555468. OLE color: 555468.

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

Color convert

RGB2041218-
CMYK00.410.960.2
HSL34.59º92.45%41.57%-
HSV(B)34.59º96.08%80%-
XYZ31.7826.533.68-
YUV132.9457.5178.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.26%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 8 (3.52% from 255) = 2.40%
R=61.26%
G=36.34%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204121800.410.960.234.5992.4541.57
HexCC7980296014235c2a
Octal31417110051140244313452
Binary110011001111001100001010011100000101001000111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7908; }

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

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

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

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

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

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

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

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