Shades of Dark Goldenrod #CC9205
Tints of Dark Goldenrod #CC9205
RGB
CMYK
RGB Variations
Color information
#CC9205 (or 0xCC9205) is known color: Dark Goldenrod. HEX triplet: CC, 92 and 05. RGB value is (204,146,5). Sum of RGB (Red+Green+Blue) = 204+146+5=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9205 is #336DFA. Grayscale: #939393. Windows color (decimal): -3370491 or 365260. OLE color: 365260.
HSL color Cylindrical-coordinate representation of color #CC9205: hue angle of 42.51º 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 #CC9205 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.2 |
| HSL | 42.51º | 0.95% | 0.41% | - |
| HSV(B) | 42.51º | 0.98% | 0.8% | - |
| XYZ | 35.21 | 33.41 | 4.74 | - |
| YUV | 147.27 | 47.72 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 5 | 0 | 0.28 | 0.98 | 0.2 | 42.51 | 0.95 | 0.41 |
| Hex | CC | 92 | 5 | 0 | 1C | 62 | 14 | 2B | 5F | 29 |
| Octal | 314 | 222 | 5 | 0 | 34 | 142 | 24 | 53 | 137 | 51 |
| Binary | 11001100 | 10010010 | 101 | 0 | 11100 | 1100010 | 10100 | 101011 | 1011111 | 101001 |
Color Harmonies of #CC9205
Complementary color
Monochromatic Colors of #CC9205
Black with #CC9205
Text Example
Text Example
White with #CC9205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9205; }
p { color: rgb(204,146,5); }
H1.HeaderClassName
{
color: #CC9205;
}
.AnyTagClassName
{
color: #CC9205;
}
</style>
background-color css
<style>
a { background-color: #CC9205; }
a { background-color: rgb(204,146,5); }
div.DivClassName
{
background-color: #CC9205;
}
.BgClassName
{
background-color: #CC9205;
}
</style>
border-color css
<style>
span { border-color: #CC9205; }
span { border-color: rgb(204,146,5); }
td.TdClassName
{
border-color: #CC9205;
}
.TagClassName
{
border-color: #CC9205;
}
</style>