Shades of Dark Goldenrod #CF8900
Tints of Dark Goldenrod #CF8900
RGB
CMYK
RGB Variations
Color information
#CF8900 (or 0xCF8900) is known color: Dark Goldenrod. HEX triplet: CF, 89 and 00. RGB value is (207,137,0). Sum of RGB (Red+Green+Blue) = 207+137+0=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8900 is #3076FF. Grayscale: #8E8E8E. Windows color (decimal): -3176192 or 35279. OLE color: 35279.
HSL color Cylindrical-coordinate representation of color #CF8900: hue angle of 39.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF8900 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.19 |
| HSL | 39.71º | 1% | 0.41% | - |
| HSV(B) | 39.71º | 1% | 0.81% | - |
| XYZ | 34.68 | 31.16 | 4.19 | - |
| YUV | 142.31 | 47.69 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 0 | 0 | 0.34 | 1 | 0.19 | 39.71 | 1 | 0.41 |
| Hex | CF | 89 | 0 | 0 | 22 | 64 | 13 | 28 | 64 | 29 |
| Octal | 317 | 211 | 0 | 0 | 42 | 144 | 23 | 50 | 144 | 51 |
| Binary | 11001111 | 10001001 | 0 | 0 | 100010 | 1100100 | 10011 | 101000 | 1100100 | 101001 |
Color Harmonies of #CF8900
Complementary color
Monochromatic Colors of #CF8900
Black with #CF8900
Text Example
Text Example
White with #CF8900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8900; }
p { color: rgb(207,137,0); }
H1.HeaderClassName
{
color: #CF8900;
}
.AnyTagClassName
{
color: #CF8900;
}
</style>
background-color css
<style>
a { background-color: #CF8900; }
a { background-color: rgb(207,137,0); }
div.DivClassName
{
background-color: #CF8900;
}
.BgClassName
{
background-color: #CF8900;
}
</style>
border-color css
<style>
span { border-color: #CF8900; }
span { border-color: rgb(207,137,0); }
td.TdClassName
{
border-color: #CF8900;
}
.TagClassName
{
border-color: #CF8900;
}
</style>