Shades of Dark Goldenrod #CF8607
Tints of Dark Goldenrod #CF8607
RGB
CMYK
RGB Variations
Color information
#CF8607 (or 0xCF8607) is known color: Dark Goldenrod. HEX triplet: CF, 86 and 07. RGB value is (207,134,7). Sum of RGB (Red+Green+Blue) = 207+134+7=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8607 is #3079F8. Grayscale: #8D8D8D. Windows color (decimal): -3176953 or 493263. OLE color: 493263.
HSL color Cylindrical-coordinate representation of color #CF8607: hue angle of 38.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF8607 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.19 |
| HSL | 38.1º | 0.93% | 0.42% | - |
| HSV(B) | 38.1º | 0.97% | 0.81% | - |
| XYZ | 34.3 | 30.33 | 4.25 | - |
| YUV | 141.35 | 52.18 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 7 | 0 | 0.35 | 0.97 | 0.19 | 38.1 | 0.93 | 0.42 |
| Hex | CF | 86 | 7 | 0 | 23 | 61 | 13 | 26 | 5D | 2A |
| Octal | 317 | 206 | 7 | 0 | 43 | 141 | 23 | 46 | 135 | 52 |
| Binary | 11001111 | 10000110 | 111 | 0 | 100011 | 1100001 | 10011 | 100110 | 1011101 | 101010 |
Color Harmonies of #CF8607
Complementary color
Monochromatic Colors of #CF8607
Black with #CF8607
Text Example
Text Example
White with #CF8607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8607; }
p { color: rgb(207,134,7); }
H1.HeaderClassName
{
color: #CF8607;
}
.AnyTagClassName
{
color: #CF8607;
}
</style>
background-color css
<style>
a { background-color: #CF8607; }
a { background-color: rgb(207,134,7); }
div.DivClassName
{
background-color: #CF8607;
}
.BgClassName
{
background-color: #CF8607;
}
</style>
border-color css
<style>
span { border-color: #CF8607; }
span { border-color: rgb(207,134,7); }
td.TdClassName
{
border-color: #CF8607;
}
.TagClassName
{
border-color: #CF8607;
}
</style>