Shades of Dark Goldenrod #CF8109
Tints of Dark Goldenrod #CF8109
RGB
CMYK
RGB Variations
Color information
#CF8109 (or 0xCF8109) is known color: Dark Goldenrod. HEX triplet: CF, 81 and 09. RGB value is (207,129,9). Sum of RGB (Red+Green+Blue) = 207+129+9=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8109 is #307EF6. Grayscale: #8B8B8B. Windows color (decimal): -3178231 or 623055. OLE color: 623055.
HSL color Cylindrical-coordinate representation of color #CF8109: hue angle of 36.36º 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 #CF8109 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 9 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.19 |
| HSL | 36.36º | 0.92% | 0.42% | - |
| HSV(B) | 36.36º | 0.96% | 0.81% | - |
| XYZ | 33.63 | 28.99 | 4.08 | - |
| YUV | 138.64 | 54.84 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 9 | 0 | 0.38 | 0.96 | 0.19 | 36.36 | 0.92 | 0.42 |
| Hex | CF | 81 | 9 | 0 | 26 | 60 | 13 | 24 | 5C | 2A |
| Octal | 317 | 201 | 11 | 0 | 46 | 140 | 23 | 44 | 134 | 52 |
| Binary | 11001111 | 10000001 | 1001 | 0 | 100110 | 1100000 | 10011 | 100100 | 1011100 | 101010 |
Color Harmonies of #CF8109
Complementary color
Monochromatic Colors of #CF8109
Black with #CF8109
Text Example
Text Example
White with #CF8109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8109; }
p { color: rgb(207,129,9); }
H1.HeaderClassName
{
color: #CF8109;
}
.AnyTagClassName
{
color: #CF8109;
}
</style>
background-color css
<style>
a { background-color: #CF8109; }
a { background-color: rgb(207,129,9); }
div.DivClassName
{
background-color: #CF8109;
}
.BgClassName
{
background-color: #CF8109;
}
</style>
border-color css
<style>
span { border-color: #CF8109; }
span { border-color: rgb(207,129,9); }
td.TdClassName
{
border-color: #CF8109;
}
.TagClassName
{
border-color: #CF8109;
}
</style>