Shades of Dark Goldenrod #CB9602
Tints of Dark Goldenrod #CB9602
RGB
CMYK
RGB Variations
Color information
#CB9602 (or 0xCB9602) is known color: Dark Goldenrod. HEX triplet: CB, 96 and 02. RGB value is (203,150,2). Sum of RGB (Red+Green+Blue) = 203+150+2=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9602 is #3469FD. Grayscale: #959595. Windows color (decimal): -3435006 or 169675. OLE color: 169675.
HSL color Cylindrical-coordinate representation of color #CB9602: hue angle of 44.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB9602 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.20 |
| HSL | 44.18º | 0.98% | 0.4% | - |
| HSV(B) | 44.18º | 0.99% | 0.8% | - |
| XYZ | 35.55 | 34.51 | 4.85 | - |
| YUV | 148.98 | 45.06 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 2 | 0 | 0.26 | 0.99 | 0.20 | 44.18 | 0.98 | 0.4 |
| Hex | CB | 96 | 2 | 0 | 1A | 63 | 14 | 2C | 62 | 28 |
| Octal | 313 | 226 | 2 | 0 | 32 | 143 | 24 | 54 | 142 | 50 |
| Binary | 11001011 | 10010110 | 10 | 0 | 11010 | 1100011 | 10100 | 101100 | 1100010 | 101000 |
Color Harmonies of #CB9602
Complementary color
Monochromatic Colors of #CB9602
Black with #CB9602
Text Example
Text Example
White with #CB9602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9602; }
p { color: rgb(203,150,2); }
H1.HeaderClassName
{
color: #CB9602;
}
.AnyTagClassName
{
color: #CB9602;
}
</style>
background-color css
<style>
a { background-color: #CB9602; }
a { background-color: rgb(203,150,2); }
div.DivClassName
{
background-color: #CB9602;
}
.BgClassName
{
background-color: #CB9602;
}
</style>
border-color css
<style>
span { border-color: #CB9602; }
span { border-color: rgb(203,150,2); }
td.TdClassName
{
border-color: #CB9602;
}
.TagClassName
{
border-color: #CB9602;
}
</style>