Shades of Dark Goldenrod #CC870F
Tints of Dark Goldenrod #CC870F
RGB
CMYK
RGB Variations
Color information
#CC870F (or 0xCC870F) is known color: Dark Goldenrod. HEX triplet: CC, 87 and 0F. RGB value is (204,135,15). Sum of RGB (Red+Green+Blue) = 204+135+15=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC870F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC870F is #3378F0. Grayscale: #8E8E8E. Windows color (decimal): -3373297 or 1017804. OLE color: 1017804.
HSL color Cylindrical-coordinate representation of color #CC870F: hue angle of 38.1º degrees, saturation: 0.86, 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 #CC870F is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 15 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.2 |
| HSL | 38.1º | 0.86% | 0.43% | - |
| HSV(B) | 38.1º | 0.93% | 0.8% | - |
| XYZ | 33.65 | 30.2 | 4.51 | - |
| YUV | 141.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 15 | 0 | 0.34 | 0.93 | 0.2 | 38.1 | 0.86 | 0.43 |
| Hex | CC | 87 | F | 0 | 22 | 5D | 14 | 26 | 56 | 2B |
| Octal | 314 | 207 | 17 | 0 | 42 | 135 | 24 | 46 | 126 | 53 |
| Binary | 11001100 | 10000111 | 1111 | 0 | 100010 | 1011101 | 10100 | 100110 | 1010110 | 101011 |
Color Harmonies of #CC870F
Complementary color
Monochromatic Colors of #CC870F
Black with #CC870F
Text Example
Text Example
White with #CC870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC870F; }
p { color: rgb(204,135,15); }
H1.HeaderClassName
{
color: #CC870F;
}
.AnyTagClassName
{
color: #CC870F;
}
</style>
background-color css
<style>
a { background-color: #CC870F; }
a { background-color: rgb(204,135,15); }
div.DivClassName
{
background-color: #CC870F;
}
.BgClassName
{
background-color: #CC870F;
}
</style>
border-color css
<style>
span { border-color: #CC870F; }
span { border-color: rgb(204,135,15); }
td.TdClassName
{
border-color: #CC870F;
}
.TagClassName
{
border-color: #CC870F;
}
</style>