Shades of Dark Goldenrod #CF8C11
Tints of Dark Goldenrod #CF8C11
RGB
CMYK
RGB Variations
Color information
#CF8C11 (or 0xCF8C11) is known color: Dark Goldenrod. HEX triplet: CF, 8C and 11. RGB value is (207,140,17). Sum of RGB (Red+Green+Blue) = 207+140+17=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8C11 is #3073EE. Grayscale: #929292. Windows color (decimal): -3175407 or 1150159. OLE color: 1150159.
HSL color Cylindrical-coordinate representation of color #CF8C11: hue angle of 38.84º 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 #CF8C11 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 17 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.19 |
| HSL | 38.84º | 0.85% | 0.44% | - |
| HSV(B) | 38.84º | 0.92% | 0.81% | - |
| XYZ | 35.21 | 32.06 | 4.86 | - |
| YUV | 146.01 | 55.2 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 17 | 0 | 0.32 | 0.92 | 0.19 | 38.84 | 0.85 | 0.44 |
| Hex | CF | 8C | 11 | 0 | 20 | 5C | 13 | 27 | 55 | 2C |
| Octal | 317 | 214 | 21 | 0 | 40 | 134 | 23 | 47 | 125 | 54 |
| Binary | 11001111 | 10001100 | 10001 | 0 | 100000 | 1011100 | 10011 | 100111 | 1010101 | 101100 |
Color Harmonies of #CF8C11
Complementary color
Monochromatic Colors of #CF8C11
Black with #CF8C11
Text Example
Text Example
White with #CF8C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C11; }
p { color: rgb(207,140,17); }
H1.HeaderClassName
{
color: #CF8C11;
}
.AnyTagClassName
{
color: #CF8C11;
}
</style>
background-color css
<style>
a { background-color: #CF8C11; }
a { background-color: rgb(207,140,17); }
div.DivClassName
{
background-color: #CF8C11;
}
.BgClassName
{
background-color: #CF8C11;
}
</style>
border-color css
<style>
span { border-color: #CF8C11; }
span { border-color: rgb(207,140,17); }
td.TdClassName
{
border-color: #CF8C11;
}
.TagClassName
{
border-color: #CF8C11;
}
</style>