Shades of Dark Goldenrod #CF890B
Tints of Dark Goldenrod #CF890B
RGB
CMYK
RGB Variations
Color information
#CF890B (or 0xCF890B) is known color: Dark Goldenrod. HEX triplet: CF, 89 and 0B. RGB value is (207,137,11). Sum of RGB (Red+Green+Blue) = 207+137+11=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF890B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF890B is #3076F4. Grayscale: #909090. Windows color (decimal): -3176181 or 756175. OLE color: 756175.
HSL color Cylindrical-coordinate representation of color #CF890B: hue angle of 38.57º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF890B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.19 |
| HSL | 38.57º | 0.9% | 0.43% | - |
| HSV(B) | 38.57º | 0.95% | 0.81% | - |
| XYZ | 34.74 | 31.18 | 4.5 | - |
| YUV | 143.57 | 53.19 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 11 | 0 | 0.34 | 0.95 | 0.19 | 38.57 | 0.9 | 0.43 |
| Hex | CF | 89 | B | 0 | 22 | 5F | 13 | 27 | 5A | 2B |
| Octal | 317 | 211 | 13 | 0 | 42 | 137 | 23 | 47 | 132 | 53 |
| Binary | 11001111 | 10001001 | 1011 | 0 | 100010 | 1011111 | 10011 | 100111 | 1011010 | 101011 |
Color Harmonies of #CF890B
Complementary color
Monochromatic Colors of #CF890B
Black with #CF890B
Text Example
Text Example
White with #CF890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF890B; }
p { color: rgb(207,137,11); }
H1.HeaderClassName
{
color: #CF890B;
}
.AnyTagClassName
{
color: #CF890B;
}
</style>
background-color css
<style>
a { background-color: #CF890B; }
a { background-color: rgb(207,137,11); }
div.DivClassName
{
background-color: #CF890B;
}
.BgClassName
{
background-color: #CF890B;
}
</style>
border-color css
<style>
span { border-color: #CF890B; }
span { border-color: rgb(207,137,11); }
td.TdClassName
{
border-color: #CF890B;
}
.TagClassName
{
border-color: #CF890B;
}
</style>