Shades of Dark Goldenrod #CB9608
Tints of Dark Goldenrod #CB9608
RGB
CMYK
RGB Variations
Color information
#CB9608 (or 0xCB9608) is known color: Dark Goldenrod. HEX triplet: CB, 96 and 08. RGB value is (203,150,8). Sum of RGB (Red+Green+Blue) = 203+150+8=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9608 is #3469F7. Grayscale: #969696. Windows color (decimal): -3435000 or 562891. OLE color: 562891.
HSL color Cylindrical-coordinate representation of color #CB9608: hue angle of 43.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB9608 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 8 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.20 |
| HSL | 43.69º | 0.92% | 0.41% | - |
| HSV(B) | 43.69º | 0.96% | 0.8% | - |
| XYZ | 35.58 | 34.53 | 5.02 | - |
| YUV | 149.66 | 48.06 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 8 | 0 | 0.26 | 0.96 | 0.20 | 43.69 | 0.92 | 0.41 |
| Hex | CB | 96 | 8 | 0 | 1A | 60 | 14 | 2C | 5C | 29 |
| Octal | 313 | 226 | 10 | 0 | 32 | 140 | 24 | 54 | 134 | 51 |
| Binary | 11001011 | 10010110 | 1000 | 0 | 11010 | 1100000 | 10100 | 101100 | 1011100 | 101001 |
Color Harmonies of #CB9608
Complementary color
Monochromatic Colors of #CB9608
Black with #CB9608
Text Example
Text Example
White with #CB9608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9608; }
p { color: rgb(203,150,8); }
H1.HeaderClassName
{
color: #CB9608;
}
.AnyTagClassName
{
color: #CB9608;
}
</style>
background-color css
<style>
a { background-color: #CB9608; }
a { background-color: rgb(203,150,8); }
div.DivClassName
{
background-color: #CB9608;
}
.BgClassName
{
background-color: #CB9608;
}
</style>
border-color css
<style>
span { border-color: #CB9608; }
span { border-color: rgb(203,150,8); }
td.TdClassName
{
border-color: #CB9608;
}
.TagClassName
{
border-color: #CB9608;
}
</style>