Shades of Dark Goldenrod #CB9903
Tints of Dark Goldenrod #CB9903
RGB
CMYK
RGB Variations
Color information
#CB9903 (or 0xCB9903) is known color: Dark Goldenrod. HEX triplet: CB, 99 and 03. RGB value is (203,153,3). Sum of RGB (Red+Green+Blue) = 203+153+3=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9903 is #3466FC. Grayscale: #979797. Windows color (decimal): -3434237 or 235979. OLE color: 235979.
HSL color Cylindrical-coordinate representation of color #CB9903: hue angle of 45º 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 #CB9903 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.20 |
| HSL | 45º | 0.97% | 0.4% | - |
| HSV(B) | 45º | 0.99% | 0.8% | - |
| XYZ | 36.04 | 35.49 | 5.04 | - |
| YUV | 150.85 | 44.57 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 3 | 0 | 0.25 | 0.99 | 0.20 | 45 | 0.97 | 0.4 |
| Hex | CB | 99 | 3 | 0 | 19 | 63 | 14 | 2D | 61 | 28 |
| Octal | 313 | 231 | 3 | 0 | 31 | 143 | 24 | 55 | 141 | 50 |
| Binary | 11001011 | 10011001 | 11 | 0 | 11001 | 1100011 | 10100 | 101101 | 1100001 | 101000 |
Color Harmonies of #CB9903
Complementary color
Monochromatic Colors of #CB9903
Black with #CB9903
Text Example
Text Example
White with #CB9903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9903; }
p { color: rgb(203,153,3); }
H1.HeaderClassName
{
color: #CB9903;
}
.AnyTagClassName
{
color: #CB9903;
}
</style>
background-color css
<style>
a { background-color: #CB9903; }
a { background-color: rgb(203,153,3); }
div.DivClassName
{
background-color: #CB9903;
}
.BgClassName
{
background-color: #CB9903;
}
</style>
border-color css
<style>
span { border-color: #CB9903; }
span { border-color: rgb(203,153,3); }
td.TdClassName
{
border-color: #CB9903;
}
.TagClassName
{
border-color: #CB9903;
}
</style>