Shades of Dark Goldenrod #CF8309
Tints of Dark Goldenrod #CF8309
RGB
CMYK
RGB Variations
Color information
#CF8309 (or 0xCF8309) is known color: Dark Goldenrod. HEX triplet: CF, 83 and 09. RGB value is (207,131,9). Sum of RGB (Red+Green+Blue) = 207+131+9=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8309 is #307CF6. Grayscale: #8C8C8C. Windows color (decimal): -3177719 or 623567. OLE color: 623567.
HSL color Cylindrical-coordinate representation of color #CF8309: hue angle of 36.97º 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 #CF8309 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.19 |
| HSL | 36.97º | 0.92% | 0.42% | - |
| HSV(B) | 36.97º | 0.96% | 0.81% | - |
| XYZ | 33.9 | 29.52 | 4.17 | - |
| YUV | 139.82 | 54.18 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 9 | 0 | 0.37 | 0.96 | 0.19 | 36.97 | 0.92 | 0.42 |
| Hex | CF | 83 | 9 | 0 | 25 | 60 | 13 | 25 | 5C | 2A |
| Octal | 317 | 203 | 11 | 0 | 45 | 140 | 23 | 45 | 134 | 52 |
| Binary | 11001111 | 10000011 | 1001 | 0 | 100101 | 1100000 | 10011 | 100101 | 1011100 | 101010 |
Color Harmonies of #CF8309
Complementary color
Monochromatic Colors of #CF8309
Black with #CF8309
Text Example
Text Example
White with #CF8309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8309; }
p { color: rgb(207,131,9); }
H1.HeaderClassName
{
color: #CF8309;
}
.AnyTagClassName
{
color: #CF8309;
}
</style>
background-color css
<style>
a { background-color: #CF8309; }
a { background-color: rgb(207,131,9); }
div.DivClassName
{
background-color: #CF8309;
}
.BgClassName
{
background-color: #CF8309;
}
</style>
border-color css
<style>
span { border-color: #CF8309; }
span { border-color: rgb(207,131,9); }
td.TdClassName
{
border-color: #CF8309;
}
.TagClassName
{
border-color: #CF8309;
}
</style>