Shades of Dark Goldenrod #CB8D0A
Tints of Dark Goldenrod #CB8D0A
RGB
CMYK
RGB Variations
Color information
#CB8D0A (or 0xCB8D0A) is known color: Dark Goldenrod. HEX triplet: CB, 8D and 0A. RGB value is (203,141,10). Sum of RGB (Red+Green+Blue) = 203+141+10=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8D0A is #3472F5. Grayscale: #919191. Windows color (decimal): -3437302 or 691659. OLE color: 691659.
HSL color Cylindrical-coordinate representation of color #CB8D0A: hue angle of 40.73º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB8D0A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.20 |
| HSL | 40.73º | 0.91% | 0.42% | - |
| HSV(B) | 40.73º | 0.95% | 0.8% | - |
| XYZ | 34.21 | 31.77 | 4.62 | - |
| YUV | 144.6 | 52.04 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 10 | 0 | 0.31 | 0.95 | 0.20 | 40.73 | 0.91 | 0.42 |
| Hex | CB | 8D | A | 0 | 1F | 5F | 14 | 29 | 5B | 2A |
| Octal | 313 | 215 | 12 | 0 | 37 | 137 | 24 | 51 | 133 | 52 |
| Binary | 11001011 | 10001101 | 1010 | 0 | 11111 | 1011111 | 10100 | 101001 | 1011011 | 101010 |
Color Harmonies of #CB8D0A
Complementary color
Monochromatic Colors of #CB8D0A
Black with #CB8D0A
Text Example
Text Example
White with #CB8D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D0A; }
p { color: rgb(203,141,10); }
H1.HeaderClassName
{
color: #CB8D0A;
}
.AnyTagClassName
{
color: #CB8D0A;
}
</style>
background-color css
<style>
a { background-color: #CB8D0A; }
a { background-color: rgb(203,141,10); }
div.DivClassName
{
background-color: #CB8D0A;
}
.BgClassName
{
background-color: #CB8D0A;
}
</style>
border-color css
<style>
span { border-color: #CB8D0A; }
span { border-color: rgb(203,141,10); }
td.TdClassName
{
border-color: #CB8D0A;
}
.TagClassName
{
border-color: #CB8D0A;
}
</style>