Shades of Dark Goldenrod #CF7D08
Tints of Dark Goldenrod #CF7D08
RGB
CMYK
RGB Variations
Color information
#CF7D08 (or 0xCF7D08) is known color: Dark Goldenrod. HEX triplet: CF, 7D and 08. RGB value is (207,125,8). Sum of RGB (Red+Green+Blue) = 207+125+8=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D08 is #3082F7. Grayscale: #888888. Windows color (decimal): -3179256 or 556495. OLE color: 556495.
HSL color Cylindrical-coordinate representation of color #CF7D08: hue angle of 35.28º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF7D08 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 8 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.19 |
| HSL | 35.28º | 0.93% | 0.42% | - |
| HSV(B) | 35.28º | 0.96% | 0.81% | - |
| XYZ | 33.11 | 27.95 | 3.88 | - |
| YUV | 136.18 | 55.67 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 8 | 0 | 0.40 | 0.96 | 0.19 | 35.28 | 0.93 | 0.42 |
| Hex | CF | 7D | 8 | 0 | 28 | 60 | 13 | 23 | 5D | 2A |
| Octal | 317 | 175 | 10 | 0 | 50 | 140 | 23 | 43 | 135 | 52 |
| Binary | 11001111 | 1111101 | 1000 | 0 | 101000 | 1100000 | 10011 | 100011 | 1011101 | 101010 |
Color Harmonies of #CF7D08
Complementary color
Monochromatic Colors of #CF7D08
Black with #CF7D08
Text Example
Text Example
White with #CF7D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D08; }
p { color: rgb(207,125,8); }
H1.HeaderClassName
{
color: #CF7D08;
}
.AnyTagClassName
{
color: #CF7D08;
}
</style>
background-color css
<style>
a { background-color: #CF7D08; }
a { background-color: rgb(207,125,8); }
div.DivClassName
{
background-color: #CF7D08;
}
.BgClassName
{
background-color: #CF7D08;
}
</style>
border-color css
<style>
span { border-color: #CF7D08; }
span { border-color: rgb(207,125,8); }
td.TdClassName
{
border-color: #CF7D08;
}
.TagClassName
{
border-color: #CF7D08;
}
</style>