Shades of Dark Goldenrod #CF8F06
Tints of Dark Goldenrod #CF8F06
RGB
CMYK
RGB Variations
Color information
#CF8F06 (or 0xCF8F06) is known color: Dark Goldenrod. HEX triplet: CF, 8F and 06. RGB value is (207,143,6). Sum of RGB (Red+Green+Blue) = 207+143+6=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8F06 is #3070F9. Grayscale: #939393. Windows color (decimal): -3174650 or 430031. OLE color: 430031.
HSL color Cylindrical-coordinate representation of color #CF8F06: hue angle of 40.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF8F06 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 6 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.19 |
| HSL | 40.9º | 0.94% | 0.42% | - |
| HSV(B) | 40.9º | 0.97% | 0.81% | - |
| XYZ | 35.59 | 32.92 | 4.65 | - |
| YUV | 146.52 | 48.7 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 6 | 0 | 0.31 | 0.97 | 0.19 | 40.9 | 0.94 | 0.42 |
| Hex | CF | 8F | 6 | 0 | 1F | 61 | 13 | 29 | 5E | 2A |
| Octal | 317 | 217 | 6 | 0 | 37 | 141 | 23 | 51 | 136 | 52 |
| Binary | 11001111 | 10001111 | 110 | 0 | 11111 | 1100001 | 10011 | 101001 | 1011110 | 101010 |
Color Harmonies of #CF8F06
Complementary color
Monochromatic Colors of #CF8F06
Black with #CF8F06
Text Example
Text Example
White with #CF8F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F06; }
p { color: rgb(207,143,6); }
H1.HeaderClassName
{
color: #CF8F06;
}
.AnyTagClassName
{
color: #CF8F06;
}
</style>
background-color css
<style>
a { background-color: #CF8F06; }
a { background-color: rgb(207,143,6); }
div.DivClassName
{
background-color: #CF8F06;
}
.BgClassName
{
background-color: #CF8F06;
}
</style>
border-color css
<style>
span { border-color: #CF8F06; }
span { border-color: rgb(207,143,6); }
td.TdClassName
{
border-color: #CF8F06;
}
.TagClassName
{
border-color: #CF8F06;
}
</style>