Shades of Dark Goldenrod #CB9102
Tints of Dark Goldenrod #CB9102
RGB
CMYK
RGB Variations
Color information
#CB9102 (or 0xCB9102) is known color: Dark Goldenrod. HEX triplet: CB, 91 and 02. RGB value is (203,145,2). Sum of RGB (Red+Green+Blue) = 203+145+2=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9102 is #346EFD. Grayscale: #929292. Windows color (decimal): -3436286 or 168395. OLE color: 168395.
HSL color Cylindrical-coordinate representation of color #CB9102: hue angle of 42.69º 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 #CB9102 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.20 |
| HSL | 42.69º | 0.98% | 0.4% | - |
| HSV(B) | 42.69º | 0.99% | 0.8% | - |
| XYZ | 34.76 | 32.95 | 4.59 | - |
| YUV | 146.04 | 46.72 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 2 | 0 | 0.29 | 0.99 | 0.20 | 42.69 | 0.98 | 0.4 |
| Hex | CB | 91 | 2 | 0 | 1D | 63 | 14 | 2B | 62 | 28 |
| Octal | 313 | 221 | 2 | 0 | 35 | 143 | 24 | 53 | 142 | 50 |
| Binary | 11001011 | 10010001 | 10 | 0 | 11101 | 1100011 | 10100 | 101011 | 1100010 | 101000 |
Color Harmonies of #CB9102
Complementary color
Monochromatic Colors of #CB9102
Black with #CB9102
Text Example
Text Example
White with #CB9102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9102; }
p { color: rgb(203,145,2); }
H1.HeaderClassName
{
color: #CB9102;
}
.AnyTagClassName
{
color: #CB9102;
}
</style>
background-color css
<style>
a { background-color: #CB9102; }
a { background-color: rgb(203,145,2); }
div.DivClassName
{
background-color: #CB9102;
}
.BgClassName
{
background-color: #CB9102;
}
</style>
border-color css
<style>
span { border-color: #CB9102; }
span { border-color: rgb(203,145,2); }
td.TdClassName
{
border-color: #CB9102;
}
.TagClassName
{
border-color: #CB9102;
}
</style>