Shades of Dark Goldenrod #CC9005
Tints of Dark Goldenrod #CC9005
RGB
CMYK
RGB Variations
Color information
#CC9005 (or 0xCC9005) is known color: Dark Goldenrod. HEX triplet: CC, 90 and 05. RGB value is (204,144,5). Sum of RGB (Red+Green+Blue) = 204+144+5=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9005 is #336FFA. Grayscale: #929292. Windows color (decimal): -3371003 or 364748. OLE color: 364748.
HSL color Cylindrical-coordinate representation of color #CC9005: hue angle of 41.91º 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 #CC9005 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 5 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.2 |
| HSL | 41.91º | 0.95% | 0.41% | - |
| HSV(B) | 41.91º | 0.98% | 0.8% | - |
| XYZ | 34.9 | 32.79 | 4.63 | - |
| YUV | 146.09 | 48.38 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 5 | 0 | 0.29 | 0.98 | 0.2 | 41.91 | 0.95 | 0.41 |
| Hex | CC | 90 | 5 | 0 | 1D | 62 | 14 | 2A | 5F | 29 |
| Octal | 314 | 220 | 5 | 0 | 35 | 142 | 24 | 52 | 137 | 51 |
| Binary | 11001100 | 10010000 | 101 | 0 | 11101 | 1100010 | 10100 | 101010 | 1011111 | 101001 |
Color Harmonies of #CC9005
Complementary color
Monochromatic Colors of #CC9005
Black with #CC9005
Text Example
Text Example
White with #CC9005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9005; }
p { color: rgb(204,144,5); }
H1.HeaderClassName
{
color: #CC9005;
}
.AnyTagClassName
{
color: #CC9005;
}
</style>
background-color css
<style>
a { background-color: #CC9005; }
a { background-color: rgb(204,144,5); }
div.DivClassName
{
background-color: #CC9005;
}
.BgClassName
{
background-color: #CC9005;
}
</style>
border-color css
<style>
span { border-color: #CC9005; }
span { border-color: rgb(204,144,5); }
td.TdClassName
{
border-color: #CC9005;
}
.TagClassName
{
border-color: #CC9005;
}
</style>