Shades of Dark Goldenrod #CF7D05
Tints of Dark Goldenrod #CF7D05
RGB
CMYK
RGB Variations
Color information
#CF7D05 (or 0xCF7D05) is known color: Dark Goldenrod. HEX triplet: CF, 7D and 05. RGB value is (207,125,5). Sum of RGB (Red+Green+Blue) = 207+125+5=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D05 is #3082FA. Grayscale: #888888. Windows color (decimal): -3179259 or 359887. OLE color: 359887.
HSL color Cylindrical-coordinate representation of color #CF7D05: hue angle of 35.64º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF7D05 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 5 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.19 |
| HSL | 35.64º | 0.95% | 0.42% | - |
| HSV(B) | 35.64º | 0.98% | 0.81% | - |
| XYZ | 33.09 | 27.94 | 3.79 | - |
| YUV | 135.84 | 54.17 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 5 | 0 | 0.40 | 0.98 | 0.19 | 35.64 | 0.95 | 0.42 |
| Hex | CF | 7D | 5 | 0 | 28 | 62 | 13 | 24 | 5F | 2A |
| Octal | 317 | 175 | 5 | 0 | 50 | 142 | 23 | 44 | 137 | 52 |
| Binary | 11001111 | 1111101 | 101 | 0 | 101000 | 1100010 | 10011 | 100100 | 1011111 | 101010 |
Color Harmonies of #CF7D05
Complementary color
Monochromatic Colors of #CF7D05
Black with #CF7D05
Text Example
Text Example
White with #CF7D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D05; }
p { color: rgb(207,125,5); }
H1.HeaderClassName
{
color: #CF7D05;
}
.AnyTagClassName
{
color: #CF7D05;
}
</style>
background-color css
<style>
a { background-color: #CF7D05; }
a { background-color: rgb(207,125,5); }
div.DivClassName
{
background-color: #CF7D05;
}
.BgClassName
{
background-color: #CF7D05;
}
</style>
border-color css
<style>
span { border-color: #CF7D05; }
span { border-color: rgb(207,125,5); }
td.TdClassName
{
border-color: #CF7D05;
}
.TagClassName
{
border-color: #CF7D05;
}
</style>