Shades of Dark Goldenrod #CC820E
Tints of Dark Goldenrod #CC820E
RGB
CMYK
RGB Variations
Color information
#CC820E (or 0xCC820E) is known color: Dark Goldenrod. HEX triplet: CC, 82 and 0E. RGB value is (204,130,14). Sum of RGB (Red+Green+Blue) = 204+130+14=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC820E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC820E is #337DF1. Grayscale: #8B8B8B. Windows color (decimal): -3374578 or 950988. OLE color: 950988.
HSL color Cylindrical-coordinate representation of color #CC820E: hue angle of 36.63º 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 #CC820E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 14 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.2 |
| HSL | 36.63º | 0.87% | 0.43% | - |
| HSV(B) | 36.63º | 0.93% | 0.8% | - |
| XYZ | 32.96 | 28.83 | 4.24 | - |
| YUV | 138.9 | 57.52 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 14 | 0 | 0.36 | 0.93 | 0.2 | 36.63 | 0.87 | 0.43 |
| Hex | CC | 82 | E | 0 | 24 | 5D | 14 | 25 | 57 | 2B |
| Octal | 314 | 202 | 16 | 0 | 44 | 135 | 24 | 45 | 127 | 53 |
| Binary | 11001100 | 10000010 | 1110 | 0 | 100100 | 1011101 | 10100 | 100101 | 1010111 | 101011 |
Color Harmonies of #CC820E
Complementary color
Monochromatic Colors of #CC820E
Black with #CC820E
Text Example
Text Example
White with #CC820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC820E; }
p { color: rgb(204,130,14); }
H1.HeaderClassName
{
color: #CC820E;
}
.AnyTagClassName
{
color: #CC820E;
}
</style>
background-color css
<style>
a { background-color: #CC820E; }
a { background-color: rgb(204,130,14); }
div.DivClassName
{
background-color: #CC820E;
}
.BgClassName
{
background-color: #CC820E;
}
</style>
border-color css
<style>
span { border-color: #CC820E; }
span { border-color: rgb(204,130,14); }
td.TdClassName
{
border-color: #CC820E;
}
.TagClassName
{
border-color: #CC820E;
}
</style>