Shades of Dark Goldenrod #CF8B09
Tints of Dark Goldenrod #CF8B09
RGB
CMYK
RGB Variations
Color information
#CF8B09 (or 0xCF8B09) is known color: Dark Goldenrod. HEX triplet: CF, 8B and 09. RGB value is (207,139,9). Sum of RGB (Red+Green+Blue) = 207+139+9=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8B09 is #3074F6. Grayscale: #919191. Windows color (decimal): -3175671 or 625615. OLE color: 625615.
HSL color Cylindrical-coordinate representation of color #CF8B09: hue angle of 39.39º 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 #CF8B09 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 9 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.19 |
| HSL | 39.39º | 0.92% | 0.42% | - |
| HSV(B) | 39.39º | 0.96% | 0.81% | - |
| XYZ | 35.01 | 31.75 | 4.54 | - |
| YUV | 144.51 | 51.53 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 9 | 0 | 0.33 | 0.96 | 0.19 | 39.39 | 0.92 | 0.42 |
| Hex | CF | 8B | 9 | 0 | 21 | 60 | 13 | 27 | 5C | 2A |
| Octal | 317 | 213 | 11 | 0 | 41 | 140 | 23 | 47 | 134 | 52 |
| Binary | 11001111 | 10001011 | 1001 | 0 | 100001 | 1100000 | 10011 | 100111 | 1011100 | 101010 |
Color Harmonies of #CF8B09
Complementary color
Monochromatic Colors of #CF8B09
Black with #CF8B09
Text Example
Text Example
White with #CF8B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B09; }
p { color: rgb(207,139,9); }
H1.HeaderClassName
{
color: #CF8B09;
}
.AnyTagClassName
{
color: #CF8B09;
}
</style>
background-color css
<style>
a { background-color: #CF8B09; }
a { background-color: rgb(207,139,9); }
div.DivClassName
{
background-color: #CF8B09;
}
.BgClassName
{
background-color: #CF8B09;
}
</style>
border-color css
<style>
span { border-color: #CF8B09; }
span { border-color: rgb(207,139,9); }
td.TdClassName
{
border-color: #CF8B09;
}
.TagClassName
{
border-color: #CF8B09;
}
</style>