Shades of Dark Goldenrod #CF8004
Tints of Dark Goldenrod #CF8004
RGB
CMYK
RGB Variations
Color information
#CF8004 (or 0xCF8004) is known color: Dark Goldenrod. HEX triplet: CF, 80 and 04. RGB value is (207,128,4). Sum of RGB (Red+Green+Blue) = 207+128+4=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8004 is #307FFB. Grayscale: #8A8A8A. Windows color (decimal): -3178492 or 295119. OLE color: 295119.
HSL color Cylindrical-coordinate representation of color #CF8004: hue angle of 36.65º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF8004 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.19 |
| HSL | 36.65º | 0.96% | 0.41% | - |
| HSV(B) | 36.65º | 0.98% | 0.81% | - |
| XYZ | 33.47 | 28.71 | 3.89 | - |
| YUV | 137.49 | 52.67 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 4 | 0 | 0.38 | 0.98 | 0.19 | 36.65 | 0.96 | 0.41 |
| Hex | CF | 80 | 4 | 0 | 26 | 62 | 13 | 25 | 60 | 29 |
| Octal | 317 | 200 | 4 | 0 | 46 | 142 | 23 | 45 | 140 | 51 |
| Binary | 11001111 | 10000000 | 100 | 0 | 100110 | 1100010 | 10011 | 100101 | 1100000 | 101001 |
Color Harmonies of #CF8004
Complementary color
Monochromatic Colors of #CF8004
Black with #CF8004
Text Example
Text Example
White with #CF8004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8004; }
p { color: rgb(207,128,4); }
H1.HeaderClassName
{
color: #CF8004;
}
.AnyTagClassName
{
color: #CF8004;
}
</style>
background-color css
<style>
a { background-color: #CF8004; }
a { background-color: rgb(207,128,4); }
div.DivClassName
{
background-color: #CF8004;
}
.BgClassName
{
background-color: #CF8004;
}
</style>
border-color css
<style>
span { border-color: #CF8004; }
span { border-color: rgb(207,128,4); }
td.TdClassName
{
border-color: #CF8004;
}
.TagClassName
{
border-color: #CF8004;
}
</style>