Shades of Dark Goldenrod #CB8B10
Tints of Dark Goldenrod #CB8B10
RGB
CMYK
RGB Variations
Color information
#CB8B10 (or 0xCB8B10) is known color: Dark Goldenrod. HEX triplet: CB, 8B and 10. RGB value is (203,139,16). Sum of RGB (Red+Green+Blue) = 203+139+16=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8B10 is #3474EF. Grayscale: #909090. Windows color (decimal): -3437808 or 1084363. OLE color: 1084363.
HSL color Cylindrical-coordinate representation of color #CB8B10: hue angle of 39.47º 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 #CB8B10 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 16 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.20 |
| HSL | 39.47º | 0.85% | 0.43% | - |
| HSV(B) | 39.47º | 0.92% | 0.8% | - |
| XYZ | 33.95 | 31.2 | 4.72 | - |
| YUV | 144.11 | 55.7 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 16 | 0 | 0.32 | 0.92 | 0.20 | 39.47 | 0.85 | 0.43 |
| Hex | CB | 8B | 10 | 0 | 20 | 5C | 14 | 27 | 55 | 2B |
| Octal | 313 | 213 | 20 | 0 | 40 | 134 | 24 | 47 | 125 | 53 |
| Binary | 11001011 | 10001011 | 10000 | 0 | 100000 | 1011100 | 10100 | 100111 | 1010101 | 101011 |
Color Harmonies of #CB8B10
Complementary color
Monochromatic Colors of #CB8B10
Black with #CB8B10
Text Example
Text Example
White with #CB8B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B10; }
p { color: rgb(203,139,16); }
H1.HeaderClassName
{
color: #CB8B10;
}
.AnyTagClassName
{
color: #CB8B10;
}
</style>
background-color css
<style>
a { background-color: #CB8B10; }
a { background-color: rgb(203,139,16); }
div.DivClassName
{
background-color: #CB8B10;
}
.BgClassName
{
background-color: #CB8B10;
}
</style>
border-color css
<style>
span { border-color: #CB8B10; }
span { border-color: rgb(203,139,16); }
td.TdClassName
{
border-color: #CB8B10;
}
.TagClassName
{
border-color: #CB8B10;
}
</style>