Shades of Dark Goldenrod #CF8209
Tints of Dark Goldenrod #CF8209
RGB
CMYK
RGB Variations
Color information
#CF8209 (or 0xCF8209) is known color: Dark Goldenrod. HEX triplet: CF, 82 and 09. RGB value is (207,130,9). Sum of RGB (Red+Green+Blue) = 207+130+9=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8209 is #307DF6. Grayscale: #8B8B8B. Windows color (decimal): -3177975 or 623311. OLE color: 623311.
HSL color Cylindrical-coordinate representation of color #CF8209: hue angle of 36.67º 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 #CF8209 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.19 |
| HSL | 36.67º | 0.92% | 0.42% | - |
| HSV(B) | 36.67º | 0.96% | 0.81% | - |
| XYZ | 33.76 | 29.25 | 4.12 | - |
| YUV | 139.23 | 54.51 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 9 | 0 | 0.37 | 0.96 | 0.19 | 36.67 | 0.92 | 0.42 |
| Hex | CF | 82 | 9 | 0 | 25 | 60 | 13 | 25 | 5C | 2A |
| Octal | 317 | 202 | 11 | 0 | 45 | 140 | 23 | 45 | 134 | 52 |
| Binary | 11001111 | 10000010 | 1001 | 0 | 100101 | 1100000 | 10011 | 100101 | 1011100 | 101010 |
Color Harmonies of #CF8209
Complementary color
Monochromatic Colors of #CF8209
Black with #CF8209
Text Example
Text Example
White with #CF8209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8209; }
p { color: rgb(207,130,9); }
H1.HeaderClassName
{
color: #CF8209;
}
.AnyTagClassName
{
color: #CF8209;
}
</style>
background-color css
<style>
a { background-color: #CF8209; }
a { background-color: rgb(207,130,9); }
div.DivClassName
{
background-color: #CF8209;
}
.BgClassName
{
background-color: #CF8209;
}
</style>
border-color css
<style>
span { border-color: #CF8209; }
span { border-color: rgb(207,130,9); }
td.TdClassName
{
border-color: #CF8209;
}
.TagClassName
{
border-color: #CF8209;
}
</style>