Shades of Dark Goldenrod #CF890F
Tints of Dark Goldenrod #CF890F
RGB
CMYK
RGB Variations
Color information
#CF890F (or 0xCF890F) is known color: Dark Goldenrod. HEX triplet: CF, 89 and 0F. RGB value is (207,137,15). Sum of RGB (Red+Green+Blue) = 207+137+15=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF890F is #3076F0. Grayscale: #909090. Windows color (decimal): -3176177 or 1018319. OLE color: 1018319.
HSL color Cylindrical-coordinate representation of color #CF890F: hue angle of 38.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF890F is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 15 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.19 |
| HSL | 38.13º | 0.86% | 0.44% | - |
| HSV(B) | 38.13º | 0.93% | 0.81% | - |
| XYZ | 34.76 | 31.19 | 4.64 | - |
| YUV | 144.02 | 55.19 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 15 | 0 | 0.34 | 0.93 | 0.19 | 38.13 | 0.86 | 0.44 |
| Hex | CF | 89 | F | 0 | 22 | 5D | 13 | 26 | 56 | 2C |
| Octal | 317 | 211 | 17 | 0 | 42 | 135 | 23 | 46 | 126 | 54 |
| Binary | 11001111 | 10001001 | 1111 | 0 | 100010 | 1011101 | 10011 | 100110 | 1010110 | 101100 |
Color Harmonies of #CF890F
Complementary color
Monochromatic Colors of #CF890F
Black with #CF890F
Text Example
Text Example
White with #CF890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF890F; }
p { color: rgb(207,137,15); }
H1.HeaderClassName
{
color: #CF890F;
}
.AnyTagClassName
{
color: #CF890F;
}
</style>
background-color css
<style>
a { background-color: #CF890F; }
a { background-color: rgb(207,137,15); }
div.DivClassName
{
background-color: #CF890F;
}
.BgClassName
{
background-color: #CF890F;
}
</style>
border-color css
<style>
span { border-color: #CF890F; }
span { border-color: rgb(207,137,15); }
td.TdClassName
{
border-color: #CF890F;
}
.TagClassName
{
border-color: #CF890F;
}
</style>