Shades of Dark Goldenrod #CF7D04
Tints of Dark Goldenrod #CF7D04
RGB
CMYK
RGB Variations
Color information
#CF7D04 (or 0xCF7D04) is known color: Dark Goldenrod. HEX triplet: CF, 7D and 04. RGB value is (207,125,4). Sum of RGB (Red+Green+Blue) = 207+125+4=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D04 is #3082FB. Grayscale: #888888. Windows color (decimal): -3179260 or 294351. OLE color: 294351.
HSL color Cylindrical-coordinate representation of color #CF7D04: hue angle of 35.76º 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 #CF7D04 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 4 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.19 |
| HSL | 35.76º | 0.96% | 0.41% | - |
| HSV(B) | 35.76º | 0.98% | 0.81% | - |
| XYZ | 33.09 | 27.94 | 3.76 | - |
| YUV | 135.72 | 53.67 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 4 | 0 | 0.40 | 0.98 | 0.19 | 35.76 | 0.96 | 0.41 |
| Hex | CF | 7D | 4 | 0 | 28 | 62 | 13 | 24 | 60 | 29 |
| Octal | 317 | 175 | 4 | 0 | 50 | 142 | 23 | 44 | 140 | 51 |
| Binary | 11001111 | 1111101 | 100 | 0 | 101000 | 1100010 | 10011 | 100100 | 1100000 | 101001 |
Color Harmonies of #CF7D04
Complementary color
Monochromatic Colors of #CF7D04
Black with #CF7D04
Text Example
Text Example
White with #CF7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D04; }
p { color: rgb(207,125,4); }
H1.HeaderClassName
{
color: #CF7D04;
}
.AnyTagClassName
{
color: #CF7D04;
}
</style>
background-color css
<style>
a { background-color: #CF7D04; }
a { background-color: rgb(207,125,4); }
div.DivClassName
{
background-color: #CF7D04;
}
.BgClassName
{
background-color: #CF7D04;
}
</style>
border-color css
<style>
span { border-color: #CF7D04; }
span { border-color: rgb(207,125,4); }
td.TdClassName
{
border-color: #CF7D04;
}
.TagClassName
{
border-color: #CF7D04;
}
</style>