Shades of Dark Goldenrod #CF7F09
Tints of Dark Goldenrod #CF7F09
RGB
CMYK
RGB Variations
Color information
#CF7F09 (or 0xCF7F09) is known color: Dark Goldenrod. HEX triplet: CF, 7F and 09. RGB value is (207,127,9). Sum of RGB (Red+Green+Blue) = 207+127+9=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7F09 is #3080F6. Grayscale: #8A8A8A. Windows color (decimal): -3178743 or 622543. OLE color: 622543.
HSL color Cylindrical-coordinate representation of color #CF7F09: hue angle of 35.76º degrees, saturation: 0.92, 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 #CF7F09 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 9 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.19 |
| HSL | 35.76º | 0.92% | 0.42% | - |
| HSV(B) | 35.76º | 0.96% | 0.81% | - |
| XYZ | 33.37 | 28.46 | 3.99 | - |
| YUV | 137.47 | 55.5 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 9 | 0 | 0.39 | 0.96 | 0.19 | 35.76 | 0.92 | 0.42 |
| Hex | CF | 7F | 9 | 0 | 27 | 60 | 13 | 24 | 5C | 2A |
| Octal | 317 | 177 | 11 | 0 | 47 | 140 | 23 | 44 | 134 | 52 |
| Binary | 11001111 | 1111111 | 1001 | 0 | 100111 | 1100000 | 10011 | 100100 | 1011100 | 101010 |
Color Harmonies of #CF7F09
Complementary color
Monochromatic Colors of #CF7F09
Black with #CF7F09
Text Example
Text Example
White with #CF7F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F09; }
p { color: rgb(207,127,9); }
H1.HeaderClassName
{
color: #CF7F09;
}
.AnyTagClassName
{
color: #CF7F09;
}
</style>
background-color css
<style>
a { background-color: #CF7F09; }
a { background-color: rgb(207,127,9); }
div.DivClassName
{
background-color: #CF7F09;
}
.BgClassName
{
background-color: #CF7F09;
}
</style>
border-color css
<style>
span { border-color: #CF7F09; }
span { border-color: rgb(207,127,9); }
td.TdClassName
{
border-color: #CF7F09;
}
.TagClassName
{
border-color: #CF7F09;
}
</style>