Shades of Dark Goldenrod #CB9706
Tints of Dark Goldenrod #CB9706
RGB
CMYK
RGB Variations
Color information
#CB9706 (or 0xCB9706) is known color: Dark Goldenrod. HEX triplet: CB, 97 and 06. RGB value is (203,151,6). Sum of RGB (Red+Green+Blue) = 203+151+6=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9706 is #3468F9. Grayscale: #969696. Windows color (decimal): -3434746 or 432075. OLE color: 432075.
HSL color Cylindrical-coordinate representation of color #CB9706: hue angle of 44.16º 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 #CB9706 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 6 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.20 |
| HSL | 44.16º | 0.94% | 0.41% | - |
| HSV(B) | 44.16º | 0.97% | 0.8% | - |
| XYZ | 35.73 | 34.84 | 5.01 | - |
| YUV | 150.02 | 46.73 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 6 | 0 | 0.26 | 0.97 | 0.20 | 44.16 | 0.94 | 0.41 |
| Hex | CB | 97 | 6 | 0 | 1A | 61 | 14 | 2C | 5E | 29 |
| Octal | 313 | 227 | 6 | 0 | 32 | 141 | 24 | 54 | 136 | 51 |
| Binary | 11001011 | 10010111 | 110 | 0 | 11010 | 1100001 | 10100 | 101100 | 1011110 | 101001 |
Color Harmonies of #CB9706
Complementary color
Monochromatic Colors of #CB9706
Black with #CB9706
Text Example
Text Example
White with #CB9706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9706; }
p { color: rgb(203,151,6); }
H1.HeaderClassName
{
color: #CB9706;
}
.AnyTagClassName
{
color: #CB9706;
}
</style>
background-color css
<style>
a { background-color: #CB9706; }
a { background-color: rgb(203,151,6); }
div.DivClassName
{
background-color: #CB9706;
}
.BgClassName
{
background-color: #CB9706;
}
</style>
border-color css
<style>
span { border-color: #CB9706; }
span { border-color: rgb(203,151,6); }
td.TdClassName
{
border-color: #CB9706;
}
.TagClassName
{
border-color: #CB9706;
}
</style>