Shades of Dark Goldenrod #CC800C
Tints of Dark Goldenrod #CC800C
RGB
CMYK
RGB Variations
Color information
#CC800C (or 0xCC800C) is known color: Dark Goldenrod. HEX triplet: CC, 80 and 0C. RGB value is (204,128,12). Sum of RGB (Red+Green+Blue) = 204+128+12=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC800C is #337FF3. Grayscale: #8A8A8A. Windows color (decimal): -3375092 or 819404. OLE color: 819404.
HSL color Cylindrical-coordinate representation of color #CC800C: hue angle of 36.25º 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 #CC800C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.2 |
| HSL | 36.25º | 0.89% | 0.42% | - |
| HSV(B) | 36.25º | 0.94% | 0.8% | - |
| XYZ | 32.69 | 28.3 | 4.09 | - |
| YUV | 137.5 | 57.18 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 12 | 0 | 0.37 | 0.94 | 0.2 | 36.25 | 0.89 | 0.42 |
| Hex | CC | 80 | C | 0 | 25 | 5E | 14 | 24 | 59 | 2A |
| Octal | 314 | 200 | 14 | 0 | 45 | 136 | 24 | 44 | 131 | 52 |
| Binary | 11001100 | 10000000 | 1100 | 0 | 100101 | 1011110 | 10100 | 100100 | 1011001 | 101010 |
Color Harmonies of #CC800C
Complementary color
Monochromatic Colors of #CC800C
Black with #CC800C
Text Example
Text Example
White with #CC800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC800C; }
p { color: rgb(204,128,12); }
H1.HeaderClassName
{
color: #CC800C;
}
.AnyTagClassName
{
color: #CC800C;
}
</style>
background-color css
<style>
a { background-color: #CC800C; }
a { background-color: rgb(204,128,12); }
div.DivClassName
{
background-color: #CC800C;
}
.BgClassName
{
background-color: #CC800C;
}
</style>
border-color css
<style>
span { border-color: #CC800C; }
span { border-color: rgb(204,128,12); }
td.TdClassName
{
border-color: #CC800C;
}
.TagClassName
{
border-color: #CC800C;
}
</style>