Shades of Dark Goldenrod #CC910F
Tints of Dark Goldenrod #CC910F
RGB
CMYK
RGB Variations
Color information
#CC910F (or 0xCC910F) is known color: Dark Goldenrod. HEX triplet: CC, 91 and 0F. RGB value is (204,145,15). Sum of RGB (Red+Green+Blue) = 204+145+15=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC910F is #336EF0. Grayscale: #949494. Windows color (decimal): -3370737 or 1020364. OLE color: 1020364.
HSL color Cylindrical-coordinate representation of color #CC910F: hue angle of 41.27º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC910F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 15 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.2 |
| HSL | 41.27º | 0.86% | 0.43% | - |
| HSV(B) | 41.27º | 0.93% | 0.8% | - |
| XYZ | 35.11 | 33.12 | 4.99 | - |
| YUV | 147.82 | 53.05 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 15 | 0 | 0.29 | 0.93 | 0.2 | 41.27 | 0.86 | 0.43 |
| Hex | CC | 91 | F | 0 | 1D | 5D | 14 | 29 | 56 | 2B |
| Octal | 314 | 221 | 17 | 0 | 35 | 135 | 24 | 51 | 126 | 53 |
| Binary | 11001100 | 10010001 | 1111 | 0 | 11101 | 1011101 | 10100 | 101001 | 1010110 | 101011 |
Color Harmonies of #CC910F
Complementary color
Monochromatic Colors of #CC910F
Black with #CC910F
Text Example
Text Example
White with #CC910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC910F; }
p { color: rgb(204,145,15); }
H1.HeaderClassName
{
color: #CC910F;
}
.AnyTagClassName
{
color: #CC910F;
}
</style>
background-color css
<style>
a { background-color: #CC910F; }
a { background-color: rgb(204,145,15); }
div.DivClassName
{
background-color: #CC910F;
}
.BgClassName
{
background-color: #CC910F;
}
</style>
border-color css
<style>
span { border-color: #CC910F; }
span { border-color: rgb(204,145,15); }
td.TdClassName
{
border-color: #CC910F;
}
.TagClassName
{
border-color: #CC910F;
}
</style>