Shades of Dark Goldenrod #CB9206
Tints of Dark Goldenrod #CB9206
RGB
CMYK
RGB Variations
Color information
#CB9206 (or 0xCB9206) is known color: Dark Goldenrod. HEX triplet: CB, 92 and 06. RGB value is (203,146,6). Sum of RGB (Red+Green+Blue) = 203+146+6=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9206 is #346DF9. Grayscale: #939393. Windows color (decimal): -3436026 or 430795. OLE color: 430795.
HSL color Cylindrical-coordinate representation of color #CB9206: hue angle of 42.64º 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 #CB9206 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.20 |
| HSL | 42.64º | 0.94% | 0.41% | - |
| HSV(B) | 42.64º | 0.97% | 0.8% | - |
| XYZ | 34.94 | 33.27 | 4.75 | - |
| YUV | 147.08 | 48.38 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 6 | 0 | 0.28 | 0.97 | 0.20 | 42.64 | 0.94 | 0.41 |
| Hex | CB | 92 | 6 | 0 | 1C | 61 | 14 | 2B | 5E | 29 |
| Octal | 313 | 222 | 6 | 0 | 34 | 141 | 24 | 53 | 136 | 51 |
| Binary | 11001011 | 10010010 | 110 | 0 | 11100 | 1100001 | 10100 | 101011 | 1011110 | 101001 |
Color Harmonies of #CB9206
Complementary color
Monochromatic Colors of #CB9206
Black with #CB9206
Text Example
Text Example
White with #CB9206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9206; }
p { color: rgb(203,146,6); }
H1.HeaderClassName
{
color: #CB9206;
}
.AnyTagClassName
{
color: #CB9206;
}
</style>
background-color css
<style>
a { background-color: #CB9206; }
a { background-color: rgb(203,146,6); }
div.DivClassName
{
background-color: #CB9206;
}
.BgClassName
{
background-color: #CB9206;
}
</style>
border-color css
<style>
span { border-color: #CB9206; }
span { border-color: rgb(203,146,6); }
td.TdClassName
{
border-color: #CB9206;
}
.TagClassName
{
border-color: #CB9206;
}
</style>