Shades of Dark Goldenrod #CC810C
Tints of Dark Goldenrod #CC810C
RGB
CMYK
RGB Variations
Color information
#CC810C (or 0xCC810C) is known color: Dark Goldenrod. HEX triplet: CC, 81 and 0C. RGB value is (204,129,12). Sum of RGB (Red+Green+Blue) = 204+129+12=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC810C is #337EF3. Grayscale: #8A8A8A. Windows color (decimal): -3374836 or 819660. OLE color: 819660.
HSL color Cylindrical-coordinate representation of color #CC810C: hue angle of 36.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC810C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.2 |
| HSL | 36.56º | 0.89% | 0.42% | - |
| HSV(B) | 36.56º | 0.94% | 0.8% | - |
| XYZ | 32.82 | 28.56 | 4.13 | - |
| YUV | 138.09 | 56.85 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 12 | 0 | 0.37 | 0.94 | 0.2 | 36.56 | 0.89 | 0.42 |
| Hex | CC | 81 | C | 0 | 25 | 5E | 14 | 25 | 59 | 2A |
| Octal | 314 | 201 | 14 | 0 | 45 | 136 | 24 | 45 | 131 | 52 |
| Binary | 11001100 | 10000001 | 1100 | 0 | 100101 | 1011110 | 10100 | 100101 | 1011001 | 101010 |
Color Harmonies of #CC810C
Complementary color
Monochromatic Colors of #CC810C
Black with #CC810C
Text Example
Text Example
White with #CC810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC810C; }
p { color: rgb(204,129,12); }
H1.HeaderClassName
{
color: #CC810C;
}
.AnyTagClassName
{
color: #CC810C;
}
</style>
background-color css
<style>
a { background-color: #CC810C; }
a { background-color: rgb(204,129,12); }
div.DivClassName
{
background-color: #CC810C;
}
.BgClassName
{
background-color: #CC810C;
}
</style>
border-color css
<style>
span { border-color: #CC810C; }
span { border-color: rgb(204,129,12); }
td.TdClassName
{
border-color: #CC810C;
}
.TagClassName
{
border-color: #CC810C;
}
</style>