Shades of Dark Goldenrod #CC880C
Tints of Dark Goldenrod #CC880C
RGB
CMYK
RGB Variations
Color information
#CC880C (or 0xCC880C) is known color: Dark Goldenrod. HEX triplet: CC, 88 and 0C. RGB value is (204,136,12). Sum of RGB (Red+Green+Blue) = 204+136+12=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC880C is #3377F3. Grayscale: #8E8E8E. Windows color (decimal): -3373044 or 821452. OLE color: 821452.
HSL color Cylindrical-coordinate representation of color #CC880C: hue angle of 38.75º 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 #CC880C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 12 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.2 |
| HSL | 38.75º | 0.89% | 0.42% | - |
| HSV(B) | 38.75º | 0.94% | 0.8% | - |
| XYZ | 33.77 | 30.47 | 4.45 | - |
| YUV | 142.2 | 54.53 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 12 | 0 | 0.33 | 0.94 | 0.2 | 38.75 | 0.89 | 0.42 |
| Hex | CC | 88 | C | 0 | 21 | 5E | 14 | 27 | 59 | 2A |
| Octal | 314 | 210 | 14 | 0 | 41 | 136 | 24 | 47 | 131 | 52 |
| Binary | 11001100 | 10001000 | 1100 | 0 | 100001 | 1011110 | 10100 | 100111 | 1011001 | 101010 |
Color Harmonies of #CC880C
Complementary color
Monochromatic Colors of #CC880C
Black with #CC880C
Text Example
Text Example
White with #CC880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC880C; }
p { color: rgb(204,136,12); }
H1.HeaderClassName
{
color: #CC880C;
}
.AnyTagClassName
{
color: #CC880C;
}
</style>
background-color css
<style>
a { background-color: #CC880C; }
a { background-color: rgb(204,136,12); }
div.DivClassName
{
background-color: #CC880C;
}
.BgClassName
{
background-color: #CC880C;
}
</style>
border-color css
<style>
span { border-color: #CC880C; }
span { border-color: rgb(204,136,12); }
td.TdClassName
{
border-color: #CC880C;
}
.TagClassName
{
border-color: #CC880C;
}
</style>