Shades of Dark Goldenrod #CB8D0C
Tints of Dark Goldenrod #CB8D0C
RGB
CMYK
RGB Variations
Color information
#CB8D0C (or 0xCB8D0C) is known color: Dark Goldenrod. HEX triplet: CB, 8D and 0C. RGB value is (203,141,12). Sum of RGB (Red+Green+Blue) = 203+141+12=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8D0C is #3472F3. Grayscale: #919191. Windows color (decimal): -3437300 or 822731. OLE color: 822731.
HSL color Cylindrical-coordinate representation of color #CB8D0C: hue angle of 40.52º degrees, saturation: 0.89, 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 #CB8D0C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 12 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.20 |
| HSL | 40.52º | 0.89% | 0.42% | - |
| HSV(B) | 40.52º | 0.94% | 0.8% | - |
| XYZ | 34.22 | 31.77 | 4.68 | - |
| YUV | 144.83 | 53.04 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 12 | 0 | 0.31 | 0.94 | 0.20 | 40.52 | 0.89 | 0.42 |
| Hex | CB | 8D | C | 0 | 1F | 5E | 14 | 29 | 59 | 2A |
| Octal | 313 | 215 | 14 | 0 | 37 | 136 | 24 | 51 | 131 | 52 |
| Binary | 11001011 | 10001101 | 1100 | 0 | 11111 | 1011110 | 10100 | 101001 | 1011001 | 101010 |
Color Harmonies of #CB8D0C
Complementary color
Monochromatic Colors of #CB8D0C
Black with #CB8D0C
Text Example
Text Example
White with #CB8D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D0C; }
p { color: rgb(203,141,12); }
H1.HeaderClassName
{
color: #CB8D0C;
}
.AnyTagClassName
{
color: #CB8D0C;
}
</style>
background-color css
<style>
a { background-color: #CB8D0C; }
a { background-color: rgb(203,141,12); }
div.DivClassName
{
background-color: #CB8D0C;
}
.BgClassName
{
background-color: #CB8D0C;
}
</style>
border-color css
<style>
span { border-color: #CB8D0C; }
span { border-color: rgb(203,141,12); }
td.TdClassName
{
border-color: #CB8D0C;
}
.TagClassName
{
border-color: #CB8D0C;
}
</style>