Shades of Dark Goldenrod #CB850D
Tints of Dark Goldenrod #CB850D
RGB
CMYK
RGB Variations
Color information
#CB850D (or 0xCB850D) is known color: Dark Goldenrod. HEX triplet: CB, 85 and 0D. RGB value is (203,133,13). Sum of RGB (Red+Green+Blue) = 203+133+13=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB850D is #347AF2. Grayscale: #8C8C8C. Windows color (decimal): -3439347 or 886219. OLE color: 886219.
HSL color Cylindrical-coordinate representation of color #CB850D: hue angle of 37.89º degrees, saturation: 0.88, 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 #CB850D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.20 |
| HSL | 37.89º | 0.88% | 0.42% | - |
| HSV(B) | 37.89º | 0.94% | 0.8% | - |
| XYZ | 33.09 | 29.5 | 4.33 | - |
| YUV | 140.25 | 56.19 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 13 | 0 | 0.34 | 0.94 | 0.20 | 37.89 | 0.88 | 0.42 |
| Hex | CB | 85 | D | 0 | 22 | 5E | 14 | 26 | 58 | 2A |
| Octal | 313 | 205 | 15 | 0 | 42 | 136 | 24 | 46 | 130 | 52 |
| Binary | 11001011 | 10000101 | 1101 | 0 | 100010 | 1011110 | 10100 | 100110 | 1011000 | 101010 |
Color Harmonies of #CB850D
Complementary color
Monochromatic Colors of #CB850D
Black with #CB850D
Text Example
Text Example
White with #CB850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB850D; }
p { color: rgb(203,133,13); }
H1.HeaderClassName
{
color: #CB850D;
}
.AnyTagClassName
{
color: #CB850D;
}
</style>
background-color css
<style>
a { background-color: #CB850D; }
a { background-color: rgb(203,133,13); }
div.DivClassName
{
background-color: #CB850D;
}
.BgClassName
{
background-color: #CB850D;
}
</style>
border-color css
<style>
span { border-color: #CB850D; }
span { border-color: rgb(203,133,13); }
td.TdClassName
{
border-color: #CB850D;
}
.TagClassName
{
border-color: #CB850D;
}
</style>