Shades of Dark Goldenrod #CF860A
Tints of Dark Goldenrod #CF860A
RGB
CMYK
RGB Variations
Color information
#CF860A (or 0xCF860A) is known color: Dark Goldenrod. HEX triplet: CF, 86 and 0A. RGB value is (207,134,10). Sum of RGB (Red+Green+Blue) = 207+134+10=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF860A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF860A is #3079F5. Grayscale: #8E8E8E. Windows color (decimal): -3176950 or 689871. OLE color: 689871.
HSL color Cylindrical-coordinate representation of color #CF860A: hue angle of 37.77º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF860A is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 10 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.19 |
| HSL | 37.77º | 0.91% | 0.43% | - |
| HSV(B) | 37.77º | 0.95% | 0.81% | - |
| XYZ | 34.31 | 30.34 | 4.33 | - |
| YUV | 141.69 | 53.68 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 10 | 0 | 0.35 | 0.95 | 0.19 | 37.77 | 0.91 | 0.43 |
| Hex | CF | 86 | A | 0 | 23 | 5F | 13 | 26 | 5B | 2B |
| Octal | 317 | 206 | 12 | 0 | 43 | 137 | 23 | 46 | 133 | 53 |
| Binary | 11001111 | 10000110 | 1010 | 0 | 100011 | 1011111 | 10011 | 100110 | 1011011 | 101011 |
Color Harmonies of #CF860A
Complementary color
Monochromatic Colors of #CF860A
Black with #CF860A
Text Example
Text Example
White with #CF860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF860A; }
p { color: rgb(207,134,10); }
H1.HeaderClassName
{
color: #CF860A;
}
.AnyTagClassName
{
color: #CF860A;
}
</style>
background-color css
<style>
a { background-color: #CF860A; }
a { background-color: rgb(207,134,10); }
div.DivClassName
{
background-color: #CF860A;
}
.BgClassName
{
background-color: #CF860A;
}
</style>
border-color css
<style>
span { border-color: #CF860A; }
span { border-color: rgb(207,134,10); }
td.TdClassName
{
border-color: #CF860A;
}
.TagClassName
{
border-color: #CF860A;
}
</style>