Shades of Dark Goldenrod #CB9503
Tints of Dark Goldenrod #CB9503
RGB
CMYK
RGB Variations
Color information
#CB9503 (or 0xCB9503) is known color: Dark Goldenrod. HEX triplet: CB, 95 and 03. RGB value is (203,149,3). Sum of RGB (Red+Green+Blue) = 203+149+3=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9503 is #346AFC. Grayscale: #959595. Windows color (decimal): -3435261 or 234955. OLE color: 234955.
HSL color Cylindrical-coordinate representation of color #CB9503: hue angle of 43.8º degrees, saturation: 0.97, 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 #CB9503 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.20 |
| HSL | 43.8º | 0.97% | 0.4% | - |
| HSV(B) | 43.8º | 0.99% | 0.8% | - |
| XYZ | 35.39 | 34.2 | 4.82 | - |
| YUV | 148.5 | 45.89 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 3 | 0 | 0.27 | 0.99 | 0.20 | 43.8 | 0.97 | 0.4 |
| Hex | CB | 95 | 3 | 0 | 1B | 63 | 14 | 2C | 61 | 28 |
| Octal | 313 | 225 | 3 | 0 | 33 | 143 | 24 | 54 | 141 | 50 |
| Binary | 11001011 | 10010101 | 11 | 0 | 11011 | 1100011 | 10100 | 101100 | 1100001 | 101000 |
Color Harmonies of #CB9503
Complementary color
Monochromatic Colors of #CB9503
Black with #CB9503
Text Example
Text Example
White with #CB9503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9503; }
p { color: rgb(203,149,3); }
H1.HeaderClassName
{
color: #CB9503;
}
.AnyTagClassName
{
color: #CB9503;
}
</style>
background-color css
<style>
a { background-color: #CB9503; }
a { background-color: rgb(203,149,3); }
div.DivClassName
{
background-color: #CB9503;
}
.BgClassName
{
background-color: #CB9503;
}
</style>
border-color css
<style>
span { border-color: #CB9503; }
span { border-color: rgb(203,149,3); }
td.TdClassName
{
border-color: #CB9503;
}
.TagClassName
{
border-color: #CB9503;
}
</style>