Shades of Dark Goldenrod #CF8810
Tints of Dark Goldenrod #CF8810
RGB
CMYK
RGB Variations
Color information
#CF8810 (or 0xCF8810) is known color: Dark Goldenrod. HEX triplet: CF, 88 and 10. RGB value is (207,136,16). Sum of RGB (Red+Green+Blue) = 207+136+16=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8810 is #3077EF. Grayscale: #909090. Windows color (decimal): -3176432 or 1083599. OLE color: 1083599.
HSL color Cylindrical-coordinate representation of color #CF8810: hue angle of 37.7º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF8810 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 16 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.19 |
| HSL | 37.7º | 0.86% | 0.44% | - |
| HSV(B) | 37.7º | 0.92% | 0.81% | - |
| XYZ | 34.63 | 30.91 | 4.63 | - |
| YUV | 143.55 | 56.02 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 16 | 0 | 0.34 | 0.92 | 0.19 | 37.7 | 0.86 | 0.44 |
| Hex | CF | 88 | 10 | 0 | 22 | 5C | 13 | 26 | 56 | 2C |
| Octal | 317 | 210 | 20 | 0 | 42 | 134 | 23 | 46 | 126 | 54 |
| Binary | 11001111 | 10001000 | 10000 | 0 | 100010 | 1011100 | 10011 | 100110 | 1010110 | 101100 |
Color Harmonies of #CF8810
Complementary color
Monochromatic Colors of #CF8810
Black with #CF8810
Text Example
Text Example
White with #CF8810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8810; }
p { color: rgb(207,136,16); }
H1.HeaderClassName
{
color: #CF8810;
}
.AnyTagClassName
{
color: #CF8810;
}
</style>
background-color css
<style>
a { background-color: #CF8810; }
a { background-color: rgb(207,136,16); }
div.DivClassName
{
background-color: #CF8810;
}
.BgClassName
{
background-color: #CF8810;
}
</style>
border-color css
<style>
span { border-color: #CF8810; }
span { border-color: rgb(207,136,16); }
td.TdClassName
{
border-color: #CF8810;
}
.TagClassName
{
border-color: #CF8810;
}
</style>