Shades of Dark Goldenrod #CB890E
Tints of Dark Goldenrod #CB890E
RGB
CMYK
RGB Variations
Color information
#CB890E (or 0xCB890E) is known color: Dark Goldenrod. HEX triplet: CB, 89 and 0E. RGB value is (203,137,14). Sum of RGB (Red+Green+Blue) = 203+137+14=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB890E is #3476F1. Grayscale: #8F8F8F. Windows color (decimal): -3438322 or 952779. OLE color: 952779.
HSL color Cylindrical-coordinate representation of color #CB890E: hue angle of 39.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB890E is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 14 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.20 |
| HSL | 39.05º | 0.87% | 0.43% | - |
| HSV(B) | 39.05º | 0.93% | 0.8% | - |
| XYZ | 33.65 | 30.62 | 4.55 | - |
| YUV | 142.71 | 55.37 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 14 | 0 | 0.33 | 0.93 | 0.20 | 39.05 | 0.87 | 0.43 |
| Hex | CB | 89 | E | 0 | 21 | 5D | 14 | 27 | 57 | 2B |
| Octal | 313 | 211 | 16 | 0 | 41 | 135 | 24 | 47 | 127 | 53 |
| Binary | 11001011 | 10001001 | 1110 | 0 | 100001 | 1011101 | 10100 | 100111 | 1010111 | 101011 |
Color Harmonies of #CB890E
Complementary color
Monochromatic Colors of #CB890E
Black with #CB890E
Text Example
Text Example
White with #CB890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB890E; }
p { color: rgb(203,137,14); }
H1.HeaderClassName
{
color: #CB890E;
}
.AnyTagClassName
{
color: #CB890E;
}
</style>
background-color css
<style>
a { background-color: #CB890E; }
a { background-color: rgb(203,137,14); }
div.DivClassName
{
background-color: #CB890E;
}
.BgClassName
{
background-color: #CB890E;
}
</style>
border-color css
<style>
span { border-color: #CB890E; }
span { border-color: rgb(203,137,14); }
td.TdClassName
{
border-color: #CB890E;
}
.TagClassName
{
border-color: #CB890E;
}
</style>