Shades of Dark Goldenrod #CF8600
Tints of Dark Goldenrod #CF8600
RGB
CMYK
RGB Variations
Color information
#CF8600 (or 0xCF8600) is known color: Dark Goldenrod. HEX triplet: CF, 86 and 00. RGB value is (207,134,0). Sum of RGB (Red+Green+Blue) = 207+134+0=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8600 is #3079FF. Grayscale: #8D8D8D. Windows color (decimal): -3176960 or 34511. OLE color: 34511.
HSL color Cylindrical-coordinate representation of color #CF8600: hue angle of 38.84º 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 #CF8600 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.19 |
| HSL | 38.84º | 1% | 0.41% | - |
| HSV(B) | 38.84º | 1% | 0.81% | - |
| XYZ | 34.26 | 30.32 | 4.05 | - |
| YUV | 140.55 | 48.68 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 0 | 0 | 0.35 | 1 | 0.19 | 38.84 | 1 | 0.41 |
| Hex | CF | 86 | 0 | 0 | 23 | 64 | 13 | 27 | 64 | 29 |
| Octal | 317 | 206 | 0 | 0 | 43 | 144 | 23 | 47 | 144 | 51 |
| Binary | 11001111 | 10000110 | 0 | 0 | 100011 | 1100100 | 10011 | 100111 | 1100100 | 101001 |
Color Harmonies of #CF8600
Complementary color
Monochromatic Colors of #CF8600
Black with #CF8600
Text Example
Text Example
White with #CF8600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8600; }
p { color: rgb(207,134,0); }
H1.HeaderClassName
{
color: #CF8600;
}
.AnyTagClassName
{
color: #CF8600;
}
</style>
background-color css
<style>
a { background-color: #CF8600; }
a { background-color: rgb(207,134,0); }
div.DivClassName
{
background-color: #CF8600;
}
.BgClassName
{
background-color: #CF8600;
}
</style>
border-color css
<style>
span { border-color: #CF8600; }
span { border-color: rgb(207,134,0); }
td.TdClassName
{
border-color: #CF8600;
}
.TagClassName
{
border-color: #CF8600;
}
</style>