Shades of Dark Goldenrod #CF860C
Tints of Dark Goldenrod #CF860C
RGB
CMYK
RGB Variations
Color information
#CF860C (or 0xCF860C) is known color: Dark Goldenrod. HEX triplet: CF, 86 and 0C. RGB value is (207,134,12). Sum of RGB (Red+Green+Blue) = 207+134+12=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF860C is #3079F3. Grayscale: #8E8E8E. Windows color (decimal): -3176948 or 820943. OLE color: 820943.
HSL color Cylindrical-coordinate representation of color #CF860C: hue angle of 37.54º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF860C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 12 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.19 |
| HSL | 37.54º | 0.89% | 0.43% | - |
| HSV(B) | 37.54º | 0.94% | 0.81% | - |
| XYZ | 34.32 | 30.34 | 4.4 | - |
| YUV | 141.92 | 54.68 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 12 | 0 | 0.35 | 0.94 | 0.19 | 37.54 | 0.89 | 0.43 |
| Hex | CF | 86 | C | 0 | 23 | 5E | 13 | 26 | 59 | 2B |
| Octal | 317 | 206 | 14 | 0 | 43 | 136 | 23 | 46 | 131 | 53 |
| Binary | 11001111 | 10000110 | 1100 | 0 | 100011 | 1011110 | 10011 | 100110 | 1011001 | 101011 |
Color Harmonies of #CF860C
Complementary color
Monochromatic Colors of #CF860C
Black with #CF860C
Text Example
Text Example
White with #CF860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF860C; }
p { color: rgb(207,134,12); }
H1.HeaderClassName
{
color: #CF860C;
}
.AnyTagClassName
{
color: #CF860C;
}
</style>
background-color css
<style>
a { background-color: #CF860C; }
a { background-color: rgb(207,134,12); }
div.DivClassName
{
background-color: #CF860C;
}
.BgClassName
{
background-color: #CF860C;
}
</style>
border-color css
<style>
span { border-color: #CF860C; }
span { border-color: rgb(207,134,12); }
td.TdClassName
{
border-color: #CF860C;
}
.TagClassName
{
border-color: #CF860C;
}
</style>