Shades of Dark Goldenrod #CC7908
Tints of Dark Goldenrod #CC7908
RGB
CMYK
RGB Variations
Color information
#CC7908 (or 0xCC7908) is known color: 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
| RGB | 204 | 121 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.2 |
| HSL | 34.59º | 0.92% | 0.42% | - |
| HSV(B) | 34.59º | 0.96% | 0.8% | - |
| XYZ | 31.78 | 26.53 | 3.68 | - |
| YUV | 132.94 | 57.5 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 8 | 0 | 0.41 | 0.96 | 0.2 | 34.59 | 0.92 | 0.42 |
| Hex | CC | 79 | 8 | 0 | 29 | 60 | 14 | 23 | 5C | 2A |
| Octal | 314 | 171 | 10 | 0 | 51 | 140 | 24 | 43 | 134 | 52 |
| Binary | 11001100 | 1111001 | 1000 | 0 | 101001 | 1100000 | 10100 | 100011 | 1011100 | 101010 |
Color Harmonies of #CC7908
Complementary color
Monochromatic Colors of #CC7908
Black with #CC7908
Text Example
Text Example
White with #CC7908
Text Example
Text Example
HTML Codes & Css Web 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>