Shades of Dark Goldenrod #CB9005
Tints of Dark Goldenrod #CB9005
RGB
CMYK
RGB Variations
Color information
#CB9005 (or 0xCB9005) is known color: Dark Goldenrod. HEX triplet: CB, 90 and 05. RGB value is (203,144,5). Sum of RGB (Red+Green+Blue) = 203+144+5=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9005 is #346FFA. Grayscale: #929292. Windows color (decimal): -3436539 or 364747. OLE color: 364747.
HSL color Cylindrical-coordinate representation of color #CB9005: hue angle of 42.12º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB9005 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 5 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.20 |
| HSL | 42.12º | 0.95% | 0.41% | - |
| HSV(B) | 42.12º | 0.98% | 0.8% | - |
| XYZ | 34.63 | 32.65 | 4.62 | - |
| YUV | 145.8 | 48.55 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 5 | 0 | 0.29 | 0.98 | 0.20 | 42.12 | 0.95 | 0.41 |
| Hex | CB | 90 | 5 | 0 | 1D | 62 | 14 | 2A | 5F | 29 |
| Octal | 313 | 220 | 5 | 0 | 35 | 142 | 24 | 52 | 137 | 51 |
| Binary | 11001011 | 10010000 | 101 | 0 | 11101 | 1100010 | 10100 | 101010 | 1011111 | 101001 |
Color Harmonies of #CB9005
Complementary color
Monochromatic Colors of #CB9005
Black with #CB9005
Text Example
Text Example
White with #CB9005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9005; }
p { color: rgb(203,144,5); }
H1.HeaderClassName
{
color: #CB9005;
}
.AnyTagClassName
{
color: #CB9005;
}
</style>
background-color css
<style>
a { background-color: #CB9005; }
a { background-color: rgb(203,144,5); }
div.DivClassName
{
background-color: #CB9005;
}
.BgClassName
{
background-color: #CB9005;
}
</style>
border-color css
<style>
span { border-color: #CB9005; }
span { border-color: rgb(203,144,5); }
td.TdClassName
{
border-color: #CB9005;
}
.TagClassName
{
border-color: #CB9005;
}
</style>