Shades of Dark Goldenrod #CB870D
Tints of Dark Goldenrod #CB870D
RGB
CMYK
RGB Variations
Color information
#CB870D (or 0xCB870D) is known color: Dark Goldenrod. HEX triplet: CB, 87 and 0D. RGB value is (203,135,13). Sum of RGB (Red+Green+Blue) = 203+135+13=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB870D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB870D is #3478F2. Grayscale: #8D8D8D. Windows color (decimal): -3438835 or 886731. OLE color: 886731.
HSL color Cylindrical-coordinate representation of color #CB870D: hue angle of 38.53º 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 #CB870D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 13 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.20 |
| HSL | 38.53º | 0.88% | 0.42% | - |
| HSV(B) | 38.53º | 0.94% | 0.8% | - |
| XYZ | 33.37 | 30.05 | 4.42 | - |
| YUV | 141.42 | 55.53 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 13 | 0 | 0.33 | 0.94 | 0.20 | 38.53 | 0.88 | 0.42 |
| Hex | CB | 87 | D | 0 | 21 | 5E | 14 | 27 | 58 | 2A |
| Octal | 313 | 207 | 15 | 0 | 41 | 136 | 24 | 47 | 130 | 52 |
| Binary | 11001011 | 10000111 | 1101 | 0 | 100001 | 1011110 | 10100 | 100111 | 1011000 | 101010 |
Color Harmonies of #CB870D
Complementary color
Monochromatic Colors of #CB870D
Black with #CB870D
Text Example
Text Example
White with #CB870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB870D; }
p { color: rgb(203,135,13); }
H1.HeaderClassName
{
color: #CB870D;
}
.AnyTagClassName
{
color: #CB870D;
}
</style>
background-color css
<style>
a { background-color: #CB870D; }
a { background-color: rgb(203,135,13); }
div.DivClassName
{
background-color: #CB870D;
}
.BgClassName
{
background-color: #CB870D;
}
</style>
border-color css
<style>
span { border-color: #CB870D; }
span { border-color: rgb(203,135,13); }
td.TdClassName
{
border-color: #CB870D;
}
.TagClassName
{
border-color: #CB870D;
}
</style>