Shades of Dark Goldenrod #CC880E
Tints of Dark Goldenrod #CC880E
RGB
CMYK
RGB Variations
Color information
#CC880E (or 0xCC880E) is known color: Dark Goldenrod. HEX triplet: CC, 88 and 0E. RGB value is (204,136,14). Sum of RGB (Red+Green+Blue) = 204+136+14=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC880E is #3377F1. Grayscale: #8E8E8E. Windows color (decimal): -3373042 or 952524. OLE color: 952524.
HSL color Cylindrical-coordinate representation of color #CC880E: hue angle of 38.53º 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 #CC880E is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 14 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.2 |
| HSL | 38.53º | 0.87% | 0.43% | - |
| HSV(B) | 38.53º | 0.93% | 0.8% | - |
| XYZ | 33.79 | 30.48 | 4.52 | - |
| YUV | 142.42 | 55.53 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 14 | 0 | 0.33 | 0.93 | 0.2 | 38.53 | 0.87 | 0.43 |
| Hex | CC | 88 | E | 0 | 21 | 5D | 14 | 27 | 57 | 2B |
| Octal | 314 | 210 | 16 | 0 | 41 | 135 | 24 | 47 | 127 | 53 |
| Binary | 11001100 | 10001000 | 1110 | 0 | 100001 | 1011101 | 10100 | 100111 | 1010111 | 101011 |
Color Harmonies of #CC880E
Complementary color
Monochromatic Colors of #CC880E
Black with #CC880E
Text Example
Text Example
White with #CC880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC880E; }
p { color: rgb(204,136,14); }
H1.HeaderClassName
{
color: #CC880E;
}
.AnyTagClassName
{
color: #CC880E;
}
</style>
background-color css
<style>
a { background-color: #CC880E; }
a { background-color: rgb(204,136,14); }
div.DivClassName
{
background-color: #CC880E;
}
.BgClassName
{
background-color: #CC880E;
}
</style>
border-color css
<style>
span { border-color: #CC880E; }
span { border-color: rgb(204,136,14); }
td.TdClassName
{
border-color: #CC880E;
}
.TagClassName
{
border-color: #CC880E;
}
</style>