Shades of Dark Goldenrod #CF8B01
Tints of Dark Goldenrod #CF8B01
RGB
CMYK
RGB Variations
Color information
#CF8B01 (or 0xCF8B01) is known color: Dark Goldenrod. HEX triplet: CF, 8B and 01. RGB value is (207,139,1). Sum of RGB (Red+Green+Blue) = 207+139+1=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8B01 is #3074FE. Grayscale: #909090. Windows color (decimal): -3175679 or 101327. OLE color: 101327.
HSL color Cylindrical-coordinate representation of color #CF8B01: hue angle of 40.19º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF8B01 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.19 |
| HSL | 40.19º | 0.99% | 0.41% | - |
| HSV(B) | 40.19º | 1% | 0.81% | - |
| XYZ | 34.97 | 31.73 | 4.31 | - |
| YUV | 143.6 | 47.53 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 1 | 0 | 0.33 | 1.00 | 0.19 | 40.19 | 0.99 | 0.41 |
| Hex | CF | 8B | 1 | 0 | 21 | 64 | 13 | 28 | 63 | 29 |
| Octal | 317 | 213 | 1 | 0 | 41 | 144 | 23 | 50 | 143 | 51 |
| Binary | 11001111 | 10001011 | 1 | 0 | 100001 | 1100100 | 10011 | 101000 | 1100011 | 101001 |
Color Harmonies of #CF8B01
Complementary color
Monochromatic Colors of #CF8B01
Black with #CF8B01
Text Example
Text Example
White with #CF8B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B01; }
p { color: rgb(207,139,1); }
H1.HeaderClassName
{
color: #CF8B01;
}
.AnyTagClassName
{
color: #CF8B01;
}
</style>
background-color css
<style>
a { background-color: #CF8B01; }
a { background-color: rgb(207,139,1); }
div.DivClassName
{
background-color: #CF8B01;
}
.BgClassName
{
background-color: #CF8B01;
}
</style>
border-color css
<style>
span { border-color: #CF8B01; }
span { border-color: rgb(207,139,1); }
td.TdClassName
{
border-color: #CF8B01;
}
.TagClassName
{
border-color: #CF8B01;
}
</style>