Shades of Dark Goldenrod #CC820D
Tints of Dark Goldenrod #CC820D
RGB
CMYK
RGB Variations
Color information
#CC820D (or 0xCC820D) is known color: Dark Goldenrod. HEX triplet: CC, 82 and 0D. RGB value is (204,130,13). Sum of RGB (Red+Green+Blue) = 204+130+13=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC820D is #337DF2. Grayscale: #8B8B8B. Windows color (decimal): -3374579 or 885452. OLE color: 885452.
HSL color Cylindrical-coordinate representation of color #CC820D: hue angle of 36.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC820D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.2 |
| HSL | 36.75º | 0.88% | 0.43% | - |
| HSV(B) | 36.75º | 0.94% | 0.8% | - |
| XYZ | 32.96 | 28.83 | 4.21 | - |
| YUV | 138.79 | 57.02 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 13 | 0 | 0.36 | 0.94 | 0.2 | 36.75 | 0.88 | 0.43 |
| Hex | CC | 82 | D | 0 | 24 | 5E | 14 | 25 | 58 | 2B |
| Octal | 314 | 202 | 15 | 0 | 44 | 136 | 24 | 45 | 130 | 53 |
| Binary | 11001100 | 10000010 | 1101 | 0 | 100100 | 1011110 | 10100 | 100101 | 1011000 | 101011 |
Color Harmonies of #CC820D
Complementary color
Monochromatic Colors of #CC820D
Black with #CC820D
Text Example
Text Example
White with #CC820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC820D; }
p { color: rgb(204,130,13); }
H1.HeaderClassName
{
color: #CC820D;
}
.AnyTagClassName
{
color: #CC820D;
}
</style>
background-color css
<style>
a { background-color: #CC820D; }
a { background-color: rgb(204,130,13); }
div.DivClassName
{
background-color: #CC820D;
}
.BgClassName
{
background-color: #CC820D;
}
</style>
border-color css
<style>
span { border-color: #CC820D; }
span { border-color: rgb(204,130,13); }
td.TdClassName
{
border-color: #CC820D;
}
.TagClassName
{
border-color: #CC820D;
}
</style>