Shades of Dark Goldenrod #CC9102
Tints of Dark Goldenrod #CC9102
RGB
CMYK
RGB Variations
Color information
#CC9102 (or 0xCC9102) is known color: Dark Goldenrod. HEX triplet: CC, 91 and 02. RGB value is (204,145,2). Sum of RGB (Red+Green+Blue) = 204+145+2=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9102 is #336EFD. Grayscale: #929292. Windows color (decimal): -3370750 or 168396. OLE color: 168396.
HSL color Cylindrical-coordinate representation of color #CC9102: hue angle of 42.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC9102 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.2 |
| HSL | 42.48º | 0.98% | 0.4% | - |
| HSV(B) | 42.48º | 0.99% | 0.8% | - |
| XYZ | 35.04 | 33.09 | 4.6 | - |
| YUV | 146.34 | 46.55 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 2 | 0 | 0.29 | 0.99 | 0.2 | 42.48 | 0.98 | 0.4 |
| Hex | CC | 91 | 2 | 0 | 1D | 63 | 14 | 2A | 62 | 28 |
| Octal | 314 | 221 | 2 | 0 | 35 | 143 | 24 | 52 | 142 | 50 |
| Binary | 11001100 | 10010001 | 10 | 0 | 11101 | 1100011 | 10100 | 101010 | 1100010 | 101000 |
Color Harmonies of #CC9102
Complementary color
Monochromatic Colors of #CC9102
Black with #CC9102
Text Example
Text Example
White with #CC9102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9102; }
p { color: rgb(204,145,2); }
H1.HeaderClassName
{
color: #CC9102;
}
.AnyTagClassName
{
color: #CC9102;
}
</style>
background-color css
<style>
a { background-color: #CC9102; }
a { background-color: rgb(204,145,2); }
div.DivClassName
{
background-color: #CC9102;
}
.BgClassName
{
background-color: #CC9102;
}
</style>
border-color css
<style>
span { border-color: #CC9102; }
span { border-color: rgb(204,145,2); }
td.TdClassName
{
border-color: #CC9102;
}
.TagClassName
{
border-color: #CC9102;
}
</style>