Shades of Dark Goldenrod #CF8809
Tints of Dark Goldenrod #CF8809
RGB
CMYK
RGB Variations
Color information
#CF8809 (or 0xCF8809) is known color: Dark Goldenrod. HEX triplet: CF, 88 and 09. RGB value is (207,136,9). Sum of RGB (Red+Green+Blue) = 207+136+9=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8809 is #3077F6. Grayscale: #8F8F8F. Windows color (decimal): -3176439 or 624847. OLE color: 624847.
HSL color Cylindrical-coordinate representation of color #CF8809: hue angle of 38.48º 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 #CF8809 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 9 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.19 |
| HSL | 38.48º | 0.92% | 0.42% | - |
| HSV(B) | 38.48º | 0.96% | 0.81% | - |
| XYZ | 34.59 | 30.89 | 4.4 | - |
| YUV | 142.75 | 52.52 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 9 | 0 | 0.34 | 0.96 | 0.19 | 38.48 | 0.92 | 0.42 |
| Hex | CF | 88 | 9 | 0 | 22 | 60 | 13 | 26 | 5C | 2A |
| Octal | 317 | 210 | 11 | 0 | 42 | 140 | 23 | 46 | 134 | 52 |
| Binary | 11001111 | 10001000 | 1001 | 0 | 100010 | 1100000 | 10011 | 100110 | 1011100 | 101010 |
Color Harmonies of #CF8809
Complementary color
Monochromatic Colors of #CF8809
Black with #CF8809
Text Example
Text Example
White with #CF8809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8809; }
p { color: rgb(207,136,9); }
H1.HeaderClassName
{
color: #CF8809;
}
.AnyTagClassName
{
color: #CF8809;
}
</style>
background-color css
<style>
a { background-color: #CF8809; }
a { background-color: rgb(207,136,9); }
div.DivClassName
{
background-color: #CF8809;
}
.BgClassName
{
background-color: #CF8809;
}
</style>
border-color css
<style>
span { border-color: #CF8809; }
span { border-color: rgb(207,136,9); }
td.TdClassName
{
border-color: #CF8809;
}
.TagClassName
{
border-color: #CF8809;
}
</style>