Shades of Dark Goldenrod #CB8D06
Tints of Dark Goldenrod #CB8D06
RGB
CMYK
RGB Variations
Color information
#CB8D06 (or 0xCB8D06) is known color: Dark Goldenrod. HEX triplet: CB, 8D and 06. RGB value is (203,141,6). Sum of RGB (Red+Green+Blue) = 203+141+6=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8D06 is #3472F9. Grayscale: #909090. Windows color (decimal): -3437306 or 429515. OLE color: 429515.
HSL color Cylindrical-coordinate representation of color #CB8D06: hue angle of 41.12º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB8D06 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 6 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.20 |
| HSL | 41.12º | 0.94% | 0.41% | - |
| HSV(B) | 41.12º | 0.97% | 0.8% | - |
| XYZ | 34.19 | 31.76 | 4.5 | - |
| YUV | 144.15 | 50.04 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 6 | 0 | 0.31 | 0.97 | 0.20 | 41.12 | 0.94 | 0.41 |
| Hex | CB | 8D | 6 | 0 | 1F | 61 | 14 | 29 | 5E | 29 |
| Octal | 313 | 215 | 6 | 0 | 37 | 141 | 24 | 51 | 136 | 51 |
| Binary | 11001011 | 10001101 | 110 | 0 | 11111 | 1100001 | 10100 | 101001 | 1011110 | 101001 |
Color Harmonies of #CB8D06
Complementary color
Monochromatic Colors of #CB8D06
Black with #CB8D06
Text Example
Text Example
White with #CB8D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D06; }
p { color: rgb(203,141,6); }
H1.HeaderClassName
{
color: #CB8D06;
}
.AnyTagClassName
{
color: #CB8D06;
}
</style>
background-color css
<style>
a { background-color: #CB8D06; }
a { background-color: rgb(203,141,6); }
div.DivClassName
{
background-color: #CB8D06;
}
.BgClassName
{
background-color: #CB8D06;
}
</style>
border-color css
<style>
span { border-color: #CB8D06; }
span { border-color: rgb(203,141,6); }
td.TdClassName
{
border-color: #CB8D06;
}
.TagClassName
{
border-color: #CB8D06;
}
</style>