Shades of Dark Goldenrod #CB890C
Tints of Dark Goldenrod #CB890C
RGB
CMYK
RGB Variations
Color information
#CB890C (or 0xCB890C) is known color: Dark Goldenrod. HEX triplet: CB, 89 and 0C. RGB value is (203,137,12). Sum of RGB (Red+Green+Blue) = 203+137+12=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB890C is #3476F3. Grayscale: #8F8F8F. Windows color (decimal): -3438324 or 821707. OLE color: 821707.
HSL color Cylindrical-coordinate representation of color #CB890C: hue angle of 39.27º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB890C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 12 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.20 |
| HSL | 39.27º | 0.89% | 0.42% | - |
| HSV(B) | 39.27º | 0.94% | 0.8% | - |
| XYZ | 33.64 | 30.61 | 4.48 | - |
| YUV | 142.48 | 54.37 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 12 | 0 | 0.33 | 0.94 | 0.20 | 39.27 | 0.89 | 0.42 |
| Hex | CB | 89 | C | 0 | 21 | 5E | 14 | 27 | 59 | 2A |
| Octal | 313 | 211 | 14 | 0 | 41 | 136 | 24 | 47 | 131 | 52 |
| Binary | 11001011 | 10001001 | 1100 | 0 | 100001 | 1011110 | 10100 | 100111 | 1011001 | 101010 |
Color Harmonies of #CB890C
Complementary color
Monochromatic Colors of #CB890C
Black with #CB890C
Text Example
Text Example
White with #CB890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB890C; }
p { color: rgb(203,137,12); }
H1.HeaderClassName
{
color: #CB890C;
}
.AnyTagClassName
{
color: #CB890C;
}
</style>
background-color css
<style>
a { background-color: #CB890C; }
a { background-color: rgb(203,137,12); }
div.DivClassName
{
background-color: #CB890C;
}
.BgClassName
{
background-color: #CB890C;
}
</style>
border-color css
<style>
span { border-color: #CB890C; }
span { border-color: rgb(203,137,12); }
td.TdClassName
{
border-color: #CB890C;
}
.TagClassName
{
border-color: #CB890C;
}
</style>