Shades of Dark Goldenrod #CF8811
Tints of Dark Goldenrod #CF8811
RGB
CMYK
RGB Variations
Color information
#CF8811 (or 0xCF8811) is known color: Dark Goldenrod. HEX triplet: CF, 88 and 11. RGB value is (207,136,17). Sum of RGB (Red+Green+Blue) = 207+136+17=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8811 is #3077EE. Grayscale: #909090. Windows color (decimal): -3176431 or 1149135. OLE color: 1149135.
HSL color Cylindrical-coordinate representation of color #CF8811: hue angle of 37.58º degrees, saturation: 0.85, 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 #CF8811 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 17 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.19 |
| HSL | 37.58º | 0.85% | 0.44% | - |
| HSV(B) | 37.58º | 0.92% | 0.81% | - |
| XYZ | 34.64 | 30.91 | 4.67 | - |
| YUV | 143.66 | 56.52 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 17 | 0 | 0.34 | 0.92 | 0.19 | 37.58 | 0.85 | 0.44 |
| Hex | CF | 88 | 11 | 0 | 22 | 5C | 13 | 26 | 55 | 2C |
| Octal | 317 | 210 | 21 | 0 | 42 | 134 | 23 | 46 | 125 | 54 |
| Binary | 11001111 | 10001000 | 10001 | 0 | 100010 | 1011100 | 10011 | 100110 | 1010101 | 101100 |
Color Harmonies of #CF8811
Complementary color
Monochromatic Colors of #CF8811
Black with #CF8811
Text Example
Text Example
White with #CF8811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8811; }
p { color: rgb(207,136,17); }
H1.HeaderClassName
{
color: #CF8811;
}
.AnyTagClassName
{
color: #CF8811;
}
</style>
background-color css
<style>
a { background-color: #CF8811; }
a { background-color: rgb(207,136,17); }
div.DivClassName
{
background-color: #CF8811;
}
.BgClassName
{
background-color: #CF8811;
}
</style>
border-color css
<style>
span { border-color: #CF8811; }
span { border-color: rgb(207,136,17); }
td.TdClassName
{
border-color: #CF8811;
}
.TagClassName
{
border-color: #CF8811;
}
</style>