Shades of Dark Goldenrod #CC9108
Tints of Dark Goldenrod #CC9108
RGB
CMYK
RGB Variations
Color information
#CC9108 (or 0xCC9108) is known color: Dark Goldenrod. HEX triplet: CC, 91 and 08. RGB value is (204,145,8). Sum of RGB (Red+Green+Blue) = 204+145+8=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9108 is #336EF7. Grayscale: #939393. Windows color (decimal): -3370744 or 561612. OLE color: 561612.
HSL color Cylindrical-coordinate representation of color #CC9108: hue angle of 41.94º 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 #CC9108 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 8 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.2 |
| HSL | 41.94º | 0.92% | 0.42% | - |
| HSV(B) | 41.94º | 0.96% | 0.8% | - |
| XYZ | 35.07 | 33.11 | 4.77 | - |
| YUV | 147.02 | 49.55 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 8 | 0 | 0.29 | 0.96 | 0.2 | 41.94 | 0.92 | 0.42 |
| Hex | CC | 91 | 8 | 0 | 1D | 60 | 14 | 2A | 5C | 2A |
| Octal | 314 | 221 | 10 | 0 | 35 | 140 | 24 | 52 | 134 | 52 |
| Binary | 11001100 | 10010001 | 1000 | 0 | 11101 | 1100000 | 10100 | 101010 | 1011100 | 101010 |
Color Harmonies of #CC9108
Complementary color
Monochromatic Colors of #CC9108
Black with #CC9108
Text Example
Text Example
White with #CC9108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9108; }
p { color: rgb(204,145,8); }
H1.HeaderClassName
{
color: #CC9108;
}
.AnyTagClassName
{
color: #CC9108;
}
</style>
background-color css
<style>
a { background-color: #CC9108; }
a { background-color: rgb(204,145,8); }
div.DivClassName
{
background-color: #CC9108;
}
.BgClassName
{
background-color: #CC9108;
}
</style>
border-color css
<style>
span { border-color: #CC9108; }
span { border-color: rgb(204,145,8); }
td.TdClassName
{
border-color: #CC9108;
}
.TagClassName
{
border-color: #CC9108;
}
</style>