Shades of Dark Goldenrod #CC810A
Tints of Dark Goldenrod #CC810A
RGB
CMYK
RGB Variations
Color information
#CC810A (or 0xCC810A) is known color: Dark Goldenrod. HEX triplet: CC, 81 and 0A. RGB value is (204,129,10). Sum of RGB (Red+Green+Blue) = 204+129+10=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC810A is #337EF5. Grayscale: #8A8A8A. Windows color (decimal): -3374838 or 688588. OLE color: 688588.
HSL color Cylindrical-coordinate representation of color #CC810A: hue angle of 36.8º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC810A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 10 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.2 |
| HSL | 36.8º | 0.91% | 0.42% | - |
| HSV(B) | 36.8º | 0.95% | 0.8% | - |
| XYZ | 32.81 | 28.56 | 4.07 | - |
| YUV | 137.86 | 55.85 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 10 | 0 | 0.37 | 0.95 | 0.2 | 36.8 | 0.91 | 0.42 |
| Hex | CC | 81 | A | 0 | 25 | 5F | 14 | 25 | 5B | 2A |
| Octal | 314 | 201 | 12 | 0 | 45 | 137 | 24 | 45 | 133 | 52 |
| Binary | 11001100 | 10000001 | 1010 | 0 | 100101 | 1011111 | 10100 | 100101 | 1011011 | 101010 |
Color Harmonies of #CC810A
Complementary color
Monochromatic Colors of #CC810A
Black with #CC810A
Text Example
Text Example
White with #CC810A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC810A; }
p { color: rgb(204,129,10); }
H1.HeaderClassName
{
color: #CC810A;
}
.AnyTagClassName
{
color: #CC810A;
}
</style>
background-color css
<style>
a { background-color: #CC810A; }
a { background-color: rgb(204,129,10); }
div.DivClassName
{
background-color: #CC810A;
}
.BgClassName
{
background-color: #CC810A;
}
</style>
border-color css
<style>
span { border-color: #CC810A; }
span { border-color: rgb(204,129,10); }
td.TdClassName
{
border-color: #CC810A;
}
.TagClassName
{
border-color: #CC810A;
}
</style>