Shades of Dark Goldenrod #CB8D10
Tints of Dark Goldenrod #CB8D10
RGB
CMYK
RGB Variations
Color information
#CB8D10 (or 0xCB8D10) is known color: Dark Goldenrod. HEX triplet: CB, 8D and 10. RGB value is (203,141,16). Sum of RGB (Red+Green+Blue) = 203+141+16=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8D10 is #3472EF. Grayscale: #919191. Windows color (decimal): -3437296 or 1084875. OLE color: 1084875.
HSL color Cylindrical-coordinate representation of color #CB8D10: hue angle of 40.11º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB8D10 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 16 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.20 |
| HSL | 40.11º | 0.85% | 0.43% | - |
| HSV(B) | 40.11º | 0.92% | 0.8% | - |
| XYZ | 34.25 | 31.78 | 4.82 | - |
| YUV | 145.29 | 55.04 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 16 | 0 | 0.31 | 0.92 | 0.20 | 40.11 | 0.85 | 0.43 |
| Hex | CB | 8D | 10 | 0 | 1F | 5C | 14 | 28 | 55 | 2B |
| Octal | 313 | 215 | 20 | 0 | 37 | 134 | 24 | 50 | 125 | 53 |
| Binary | 11001011 | 10001101 | 10000 | 0 | 11111 | 1011100 | 10100 | 101000 | 1010101 | 101011 |
Color Harmonies of #CB8D10
Complementary color
Monochromatic Colors of #CB8D10
Black with #CB8D10
Text Example
Text Example
White with #CB8D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D10; }
p { color: rgb(203,141,16); }
H1.HeaderClassName
{
color: #CB8D10;
}
.AnyTagClassName
{
color: #CB8D10;
}
</style>
background-color css
<style>
a { background-color: #CB8D10; }
a { background-color: rgb(203,141,16); }
div.DivClassName
{
background-color: #CB8D10;
}
.BgClassName
{
background-color: #CB8D10;
}
</style>
border-color css
<style>
span { border-color: #CB8D10; }
span { border-color: rgb(203,141,16); }
td.TdClassName
{
border-color: #CB8D10;
}
.TagClassName
{
border-color: #CB8D10;
}
</style>