Shades of Dark Goldenrod #CF8D01
Tints of Dark Goldenrod #CF8D01
RGB
CMYK
RGB Variations
Color information
#CF8D01 (or 0xCF8D01) is known color: Dark Goldenrod. HEX triplet: CF, 8D and 01. RGB value is (207,141,1). Sum of RGB (Red+Green+Blue) = 207+141+1=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8D01 is #3072FE. Grayscale: #919191. Windows color (decimal): -3175167 or 101839. OLE color: 101839.
HSL color Cylindrical-coordinate representation of color #CF8D01: hue angle of 40.78º 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 #CF8D01 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.19 |
| HSL | 40.78º | 0.99% | 0.41% | - |
| HSV(B) | 40.78º | 1% | 0.81% | - |
| XYZ | 35.26 | 32.32 | 4.41 | - |
| YUV | 144.77 | 46.87 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 1 | 0 | 0.32 | 1.00 | 0.19 | 40.78 | 0.99 | 0.41 |
| Hex | CF | 8D | 1 | 0 | 20 | 64 | 13 | 29 | 63 | 29 |
| Octal | 317 | 215 | 1 | 0 | 40 | 144 | 23 | 51 | 143 | 51 |
| Binary | 11001111 | 10001101 | 1 | 0 | 100000 | 1100100 | 10011 | 101001 | 1100011 | 101001 |
Color Harmonies of #CF8D01
Complementary color
Monochromatic Colors of #CF8D01
Black with #CF8D01
Text Example
Text Example
White with #CF8D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D01; }
p { color: rgb(207,141,1); }
H1.HeaderClassName
{
color: #CF8D01;
}
.AnyTagClassName
{
color: #CF8D01;
}
</style>
background-color css
<style>
a { background-color: #CF8D01; }
a { background-color: rgb(207,141,1); }
div.DivClassName
{
background-color: #CF8D01;
}
.BgClassName
{
background-color: #CF8D01;
}
</style>
border-color css
<style>
span { border-color: #CF8D01; }
span { border-color: rgb(207,141,1); }
td.TdClassName
{
border-color: #CF8D01;
}
.TagClassName
{
border-color: #CF8D01;
}
</style>