Shades of Dark Goldenrod #CC820C
Tints of Dark Goldenrod #CC820C
RGB
CMYK
RGB Variations
Color information
#CC820C (or 0xCC820C) is known color: Dark Goldenrod. HEX triplet: CC, 82 and 0C. RGB value is (204,130,12). Sum of RGB (Red+Green+Blue) = 204+130+12=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC820C is #337DF3. Grayscale: #8B8B8B. Windows color (decimal): -3374580 or 819916. OLE color: 819916.
HSL color Cylindrical-coordinate representation of color #CC820C: hue angle of 36.88º 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 #CC820C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.2 |
| HSL | 36.88º | 0.89% | 0.42% | - |
| HSV(B) | 36.88º | 0.94% | 0.8% | - |
| XYZ | 32.95 | 28.83 | 4.18 | - |
| YUV | 138.67 | 56.52 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 12 | 0 | 0.36 | 0.94 | 0.2 | 36.88 | 0.89 | 0.42 |
| Hex | CC | 82 | C | 0 | 24 | 5E | 14 | 25 | 59 | 2A |
| Octal | 314 | 202 | 14 | 0 | 44 | 136 | 24 | 45 | 131 | 52 |
| Binary | 11001100 | 10000010 | 1100 | 0 | 100100 | 1011110 | 10100 | 100101 | 1011001 | 101010 |
Color Harmonies of #CC820C
Complementary color
Monochromatic Colors of #CC820C
Black with #CC820C
Text Example
Text Example
White with #CC820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC820C; }
p { color: rgb(204,130,12); }
H1.HeaderClassName
{
color: #CC820C;
}
.AnyTagClassName
{
color: #CC820C;
}
</style>
background-color css
<style>
a { background-color: #CC820C; }
a { background-color: rgb(204,130,12); }
div.DivClassName
{
background-color: #CC820C;
}
.BgClassName
{
background-color: #CC820C;
}
</style>
border-color css
<style>
span { border-color: #CC820C; }
span { border-color: rgb(204,130,12); }
td.TdClassName
{
border-color: #CC820C;
}
.TagClassName
{
border-color: #CC820C;
}
</style>