Shades of Dark Goldenrod #CF8401
Tints of Dark Goldenrod #CF8401
RGB
CMYK
RGB Variations
Color information
#CF8401 (or 0xCF8401) is known color: Dark Goldenrod. HEX triplet: CF, 84 and 01. RGB value is (207,132,1). Sum of RGB (Red+Green+Blue) = 207+132+1=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8401 is #307BFE. Grayscale: #8C8C8C. Windows color (decimal): -3177471 or 99535. OLE color: 99535.
HSL color Cylindrical-coordinate representation of color #CF8401: hue angle of 38.16º 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 #CF8401 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.19 |
| HSL | 38.16º | 0.99% | 0.41% | - |
| HSV(B) | 38.16º | 1% | 0.81% | - |
| XYZ | 33.99 | 29.77 | 3.98 | - |
| YUV | 139.49 | 49.85 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 1 | 0 | 0.36 | 1.00 | 0.19 | 38.16 | 0.99 | 0.41 |
| Hex | CF | 84 | 1 | 0 | 24 | 64 | 13 | 26 | 63 | 29 |
| Octal | 317 | 204 | 1 | 0 | 44 | 144 | 23 | 46 | 143 | 51 |
| Binary | 11001111 | 10000100 | 1 | 0 | 100100 | 1100100 | 10011 | 100110 | 1100011 | 101001 |
Color Harmonies of #CF8401
Complementary color
Monochromatic Colors of #CF8401
Black with #CF8401
Text Example
Text Example
White with #CF8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8401; }
p { color: rgb(207,132,1); }
H1.HeaderClassName
{
color: #CF8401;
}
.AnyTagClassName
{
color: #CF8401;
}
</style>
background-color css
<style>
a { background-color: #CF8401; }
a { background-color: rgb(207,132,1); }
div.DivClassName
{
background-color: #CF8401;
}
.BgClassName
{
background-color: #CF8401;
}
</style>
border-color css
<style>
span { border-color: #CF8401; }
span { border-color: rgb(207,132,1); }
td.TdClassName
{
border-color: #CF8401;
}
.TagClassName
{
border-color: #CF8401;
}
</style>