Shades of Dark Goldenrod #CB9901
Tints of Dark Goldenrod #CB9901
RGB
CMYK
RGB Variations
Color information
#CB9901 (or 0xCB9901) is known color: Dark Goldenrod. HEX triplet: CB, 99 and 01. RGB value is (203,153,1). Sum of RGB (Red+Green+Blue) = 203+153+1=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9901 is #3466FE. Grayscale: #979797. Windows color (decimal): -3434239 or 104907. OLE color: 104907.
HSL color Cylindrical-coordinate representation of color #CB9901: hue angle of 45.15º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB9901 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.20 |
| HSL | 45.15º | 0.99% | 0.4% | - |
| HSV(B) | 45.15º | 1% | 0.8% | - |
| XYZ | 36.03 | 35.48 | 4.98 | - |
| YUV | 150.62 | 43.57 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 1 | 0 | 0.25 | 1.00 | 0.20 | 45.15 | 0.99 | 0.4 |
| Hex | CB | 99 | 1 | 0 | 19 | 64 | 14 | 2D | 63 | 28 |
| Octal | 313 | 231 | 1 | 0 | 31 | 144 | 24 | 55 | 143 | 50 |
| Binary | 11001011 | 10011001 | 1 | 0 | 11001 | 1100100 | 10100 | 101101 | 1100011 | 101000 |
Color Harmonies of #CB9901
Complementary color
Monochromatic Colors of #CB9901
Black with #CB9901
Text Example
Text Example
White with #CB9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9901; }
p { color: rgb(203,153,1); }
H1.HeaderClassName
{
color: #CB9901;
}
.AnyTagClassName
{
color: #CB9901;
}
</style>
background-color css
<style>
a { background-color: #CB9901; }
a { background-color: rgb(203,153,1); }
div.DivClassName
{
background-color: #CB9901;
}
.BgClassName
{
background-color: #CB9901;
}
</style>
border-color css
<style>
span { border-color: #CB9901; }
span { border-color: rgb(203,153,1); }
td.TdClassName
{
border-color: #CB9901;
}
.TagClassName
{
border-color: #CB9901;
}
</style>