Shades of Dark Goldenrod #CB8D15
Tints of Dark Goldenrod #CB8D15
RGB
CMYK
RGB Variations
Color information
#CB8D15 (or 0xCB8D15) is known color: Dark Goldenrod. HEX triplet: CB, 8D and 15. RGB value is (203,141,21). Sum of RGB (Red+Green+Blue) = 203+141+21=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8D15 is #3472EA. Grayscale: #929292. Windows color (decimal): -3437291 or 1412555. OLE color: 1412555.
HSL color Cylindrical-coordinate representation of color #CB8D15: hue angle of 39.56º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB8D15 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 21 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.20 |
| HSL | 39.56º | 0.81% | 0.44% | - |
| HSV(B) | 39.56º | 0.9% | 0.8% | - |
| XYZ | 34.29 | 31.8 | 5.04 | - |
| YUV | 145.86 | 57.54 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 21 | 0 | 0.31 | 0.90 | 0.20 | 39.56 | 0.81 | 0.44 |
| Hex | CB | 8D | 15 | 0 | 1F | 5A | 14 | 28 | 51 | 2C |
| Octal | 313 | 215 | 25 | 0 | 37 | 132 | 24 | 50 | 121 | 54 |
| Binary | 11001011 | 10001101 | 10101 | 0 | 11111 | 1011010 | 10100 | 101000 | 1010001 | 101100 |
Color Harmonies of #CB8D15
Complementary color
Monochromatic Colors of #CB8D15
Black with #CB8D15
Text Example
Text Example
White with #CB8D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D15; }
p { color: rgb(203,141,21); }
H1.HeaderClassName
{
color: #CB8D15;
}
.AnyTagClassName
{
color: #CB8D15;
}
</style>
background-color css
<style>
a { background-color: #CB8D15; }
a { background-color: rgb(203,141,21); }
div.DivClassName
{
background-color: #CB8D15;
}
.BgClassName
{
background-color: #CB8D15;
}
</style>
border-color css
<style>
span { border-color: #CB8D15; }
span { border-color: rgb(203,141,21); }
td.TdClassName
{
border-color: #CB8D15;
}
.TagClassName
{
border-color: #CB8D15;
}
</style>