Shades of Dark Goldenrod #CC800E
Tints of Dark Goldenrod #CC800E
RGB
CMYK
RGB Variations
Color information
#CC800E (or 0xCC800E) is known color: Dark Goldenrod. HEX triplet: CC, 80 and 0E. RGB value is (204,128,14). Sum of RGB (Red+Green+Blue) = 204+128+14=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC800E is #337FF1. Grayscale: #8A8A8A. Windows color (decimal): -3375090 or 950476. OLE color: 950476.
HSL color Cylindrical-coordinate representation of color #CC800E: hue angle of 36º 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 #CC800E is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 14 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.2 |
| HSL | 36º | 0.87% | 0.43% | - |
| HSV(B) | 36º | 0.93% | 0.8% | - |
| XYZ | 32.7 | 28.31 | 4.16 | - |
| YUV | 137.73 | 58.18 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 14 | 0 | 0.37 | 0.93 | 0.2 | 36 | 0.87 | 0.43 |
| Hex | CC | 80 | E | 0 | 25 | 5D | 14 | 24 | 57 | 2B |
| Octal | 314 | 200 | 16 | 0 | 45 | 135 | 24 | 44 | 127 | 53 |
| Binary | 11001100 | 10000000 | 1110 | 0 | 100101 | 1011101 | 10100 | 100100 | 1010111 | 101011 |
Color Harmonies of #CC800E
Complementary color
Monochromatic Colors of #CC800E
Black with #CC800E
Text Example
Text Example
White with #CC800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC800E; }
p { color: rgb(204,128,14); }
H1.HeaderClassName
{
color: #CC800E;
}
.AnyTagClassName
{
color: #CC800E;
}
</style>
background-color css
<style>
a { background-color: #CC800E; }
a { background-color: rgb(204,128,14); }
div.DivClassName
{
background-color: #CC800E;
}
.BgClassName
{
background-color: #CC800E;
}
</style>
border-color css
<style>
span { border-color: #CC800E; }
span { border-color: rgb(204,128,14); }
td.TdClassName
{
border-color: #CC800E;
}
.TagClassName
{
border-color: #CC800E;
}
</style>