Shades of Dark Goldenrod #CC910E
Tints of Dark Goldenrod #CC910E
RGB
CMYK
RGB Variations
Color information
#CC910E (or 0xCC910E) is known color: Dark Goldenrod. HEX triplet: CC, 91 and 0E. RGB value is (204,145,14). Sum of RGB (Red+Green+Blue) = 204+145+14=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC910E is #336EF1. Grayscale: #949494. Windows color (decimal): -3370738 or 954828. OLE color: 954828.
HSL color Cylindrical-coordinate representation of color #CC910E: hue angle of 41.37º degrees, saturation: 0.87, 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 #CC910E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.2 |
| HSL | 41.37º | 0.87% | 0.43% | - |
| HSV(B) | 41.37º | 0.93% | 0.8% | - |
| XYZ | 35.11 | 33.12 | 4.96 | - |
| YUV | 147.71 | 52.55 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 14 | 0 | 0.29 | 0.93 | 0.2 | 41.37 | 0.87 | 0.43 |
| Hex | CC | 91 | E | 0 | 1D | 5D | 14 | 29 | 57 | 2B |
| Octal | 314 | 221 | 16 | 0 | 35 | 135 | 24 | 51 | 127 | 53 |
| Binary | 11001100 | 10010001 | 1110 | 0 | 11101 | 1011101 | 10100 | 101001 | 1010111 | 101011 |
Color Harmonies of #CC910E
Complementary color
Monochromatic Colors of #CC910E
Black with #CC910E
Text Example
Text Example
White with #CC910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC910E; }
p { color: rgb(204,145,14); }
H1.HeaderClassName
{
color: #CC910E;
}
.AnyTagClassName
{
color: #CC910E;
}
</style>
background-color css
<style>
a { background-color: #CC910E; }
a { background-color: rgb(204,145,14); }
div.DivClassName
{
background-color: #CC910E;
}
.BgClassName
{
background-color: #CC910E;
}
</style>
border-color css
<style>
span { border-color: #CC910E; }
span { border-color: rgb(204,145,14); }
td.TdClassName
{
border-color: #CC910E;
}
.TagClassName
{
border-color: #CC910E;
}
</style>