Shades of Dark Goldenrod #CC7900
Tints of Dark Goldenrod #CC7900
RGB
CMYK
RGB Variations
Color information
#CC7900 (or 0xCC7900) is known color: 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
| RGB | 204 | 121 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.2 |
| HSL | 35.59º | 1% | 0.4% | - |
| HSV(B) | 35.59º | 1% | 0.8% | - |
| XYZ | 31.74 | 26.51 | 3.44 | - |
| YUV | 132.02 | 53.5 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 0 | 0 | 0.41 | 1 | 0.2 | 35.59 | 1 | 0.4 |
| Hex | CC | 79 | 0 | 0 | 29 | 64 | 14 | 24 | 64 | 28 |
| Octal | 314 | 171 | 0 | 0 | 51 | 144 | 24 | 44 | 144 | 50 |
| Binary | 11001100 | 1111001 | 0 | 0 | 101001 | 1100100 | 10100 | 100100 | 1100100 | 101000 |
Color Harmonies of #CC7900
Complementary color
Monochromatic Colors of #CC7900
Black with #CC7900
Text Example
Text Example
White with #CC7900
Text Example
Text Example
HTML Codes & Css Web 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>