Shades of Dark Goldenrod #CF8101
Tints of Dark Goldenrod #CF8101
RGB
CMYK
RGB Variations
Color information
#CF8101 (or 0xCF8101) is known color: Dark Goldenrod. HEX triplet: CF, 81 and 01. RGB value is (207,129,1). Sum of RGB (Red+Green+Blue) = 207+129+1=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8101 is #307EFE. Grayscale: #8A8A8A. Windows color (decimal): -3178239 or 98767. OLE color: 98767.
HSL color Cylindrical-coordinate representation of color #CF8101: hue angle of 37.28º 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 #CF8101 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 1 | - |
| CMYK | 0 | 0.38 | 1.00 | 0.19 |
| HSL | 37.28º | 0.99% | 0.41% | - |
| HSV(B) | 37.28º | 1% | 0.81% | - |
| XYZ | 33.59 | 28.97 | 3.85 | - |
| YUV | 137.73 | 50.84 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 1 | 0 | 0.38 | 1.00 | 0.19 | 37.28 | 0.99 | 0.41 |
| Hex | CF | 81 | 1 | 0 | 26 | 64 | 13 | 25 | 63 | 29 |
| Octal | 317 | 201 | 1 | 0 | 46 | 144 | 23 | 45 | 143 | 51 |
| Binary | 11001111 | 10000001 | 1 | 0 | 100110 | 1100100 | 10011 | 100101 | 1100011 | 101001 |
Color Harmonies of #CF8101
Complementary color
Monochromatic Colors of #CF8101
Black with #CF8101
Text Example
Text Example
White with #CF8101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8101; }
p { color: rgb(207,129,1); }
H1.HeaderClassName
{
color: #CF8101;
}
.AnyTagClassName
{
color: #CF8101;
}
</style>
background-color css
<style>
a { background-color: #CF8101; }
a { background-color: rgb(207,129,1); }
div.DivClassName
{
background-color: #CF8101;
}
.BgClassName
{
background-color: #CF8101;
}
</style>
border-color css
<style>
span { border-color: #CF8101; }
span { border-color: rgb(207,129,1); }
td.TdClassName
{
border-color: #CF8101;
}
.TagClassName
{
border-color: #CF8101;
}
</style>