Shades of Dark Goldenrod #CF870D
Tints of Dark Goldenrod #CF870D
RGB
CMYK
RGB Variations
Color information
#CF870D (or 0xCF870D) is known color: Dark Goldenrod. HEX triplet: CF, 87 and 0D. RGB value is (207,135,13). Sum of RGB (Red+Green+Blue) = 207+135+13=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF870D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF870D is #3078F2. Grayscale: #8F8F8F. Windows color (decimal): -3176691 or 886735. OLE color: 886735.
HSL color Cylindrical-coordinate representation of color #CF870D: hue angle of 37.73º degrees, saturation: 0.88, 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 #CF870D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.19 |
| HSL | 37.73º | 0.88% | 0.43% | - |
| HSV(B) | 37.73º | 0.94% | 0.81% | - |
| XYZ | 34.47 | 30.62 | 4.47 | - |
| YUV | 142.62 | 54.85 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 13 | 0 | 0.35 | 0.94 | 0.19 | 37.73 | 0.88 | 0.43 |
| Hex | CF | 87 | D | 0 | 23 | 5E | 13 | 26 | 58 | 2B |
| Octal | 317 | 207 | 15 | 0 | 43 | 136 | 23 | 46 | 130 | 53 |
| Binary | 11001111 | 10000111 | 1101 | 0 | 100011 | 1011110 | 10011 | 100110 | 1011000 | 101011 |
Color Harmonies of #CF870D
Complementary color
Monochromatic Colors of #CF870D
Black with #CF870D
Text Example
Text Example
White with #CF870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF870D; }
p { color: rgb(207,135,13); }
H1.HeaderClassName
{
color: #CF870D;
}
.AnyTagClassName
{
color: #CF870D;
}
</style>
background-color css
<style>
a { background-color: #CF870D; }
a { background-color: rgb(207,135,13); }
div.DivClassName
{
background-color: #CF870D;
}
.BgClassName
{
background-color: #CF870D;
}
</style>
border-color css
<style>
span { border-color: #CF870D; }
span { border-color: rgb(207,135,13); }
td.TdClassName
{
border-color: #CF870D;
}
.TagClassName
{
border-color: #CF870D;
}
</style>