Shades of Dark Goldenrod #CC810E
Tints of Dark Goldenrod #CC810E
RGB
CMYK
RGB Variations
Color information
#CC810E (or 0xCC810E) is known color: Dark Goldenrod. HEX triplet: CC, 81 and 0E. RGB value is (204,129,14). Sum of RGB (Red+Green+Blue) = 204+129+14=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC810E is #337EF1. Grayscale: #8A8A8A. Windows color (decimal): -3374834 or 950732. OLE color: 950732.
HSL color Cylindrical-coordinate representation of color #CC810E: hue angle of 36.32º 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 #CC810E is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 14 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.2 |
| HSL | 36.32º | 0.87% | 0.43% | - |
| HSV(B) | 36.32º | 0.93% | 0.8% | - |
| XYZ | 32.83 | 28.57 | 4.2 | - |
| YUV | 138.32 | 57.85 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 14 | 0 | 0.37 | 0.93 | 0.2 | 36.32 | 0.87 | 0.43 |
| Hex | CC | 81 | E | 0 | 25 | 5D | 14 | 24 | 57 | 2B |
| Octal | 314 | 201 | 16 | 0 | 45 | 135 | 24 | 44 | 127 | 53 |
| Binary | 11001100 | 10000001 | 1110 | 0 | 100101 | 1011101 | 10100 | 100100 | 1010111 | 101011 |
Color Harmonies of #CC810E
Complementary color
Monochromatic Colors of #CC810E
Black with #CC810E
Text Example
Text Example
White with #CC810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC810E; }
p { color: rgb(204,129,14); }
H1.HeaderClassName
{
color: #CC810E;
}
.AnyTagClassName
{
color: #CC810E;
}
</style>
background-color css
<style>
a { background-color: #CC810E; }
a { background-color: rgb(204,129,14); }
div.DivClassName
{
background-color: #CC810E;
}
.BgClassName
{
background-color: #CC810E;
}
</style>
border-color css
<style>
span { border-color: #CC810E; }
span { border-color: rgb(204,129,14); }
td.TdClassName
{
border-color: #CC810E;
}
.TagClassName
{
border-color: #CC810E;
}
</style>