Shades of Dark Goldenrod #CB9505
Tints of Dark Goldenrod #CB9505
RGB
CMYK
RGB Variations
Color information
#CB9505 (or 0xCB9505) is known color: Dark Goldenrod. HEX triplet: CB, 95 and 05. RGB value is (203,149,5). Sum of RGB (Red+Green+Blue) = 203+149+5=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9505 is #346AFA. Grayscale: #959595. Windows color (decimal): -3435259 or 366027. OLE color: 366027.
HSL color Cylindrical-coordinate representation of color #CB9505: hue angle of 43.64º 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 #CB9505 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.20 |
| HSL | 43.64º | 0.95% | 0.41% | - |
| HSV(B) | 43.64º | 0.98% | 0.8% | - |
| XYZ | 35.4 | 34.2 | 4.88 | - |
| YUV | 148.73 | 46.89 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 5 | 0 | 0.27 | 0.98 | 0.20 | 43.64 | 0.95 | 0.41 |
| Hex | CB | 95 | 5 | 0 | 1B | 62 | 14 | 2C | 5F | 29 |
| Octal | 313 | 225 | 5 | 0 | 33 | 142 | 24 | 54 | 137 | 51 |
| Binary | 11001011 | 10010101 | 101 | 0 | 11011 | 1100010 | 10100 | 101100 | 1011111 | 101001 |
Color Harmonies of #CB9505
Complementary color
Monochromatic Colors of #CB9505
Black with #CB9505
Text Example
Text Example
White with #CB9505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9505; }
p { color: rgb(203,149,5); }
H1.HeaderClassName
{
color: #CB9505;
}
.AnyTagClassName
{
color: #CB9505;
}
</style>
background-color css
<style>
a { background-color: #CB9505; }
a { background-color: rgb(203,149,5); }
div.DivClassName
{
background-color: #CB9505;
}
.BgClassName
{
background-color: #CB9505;
}
</style>
border-color css
<style>
span { border-color: #CB9505; }
span { border-color: rgb(203,149,5); }
td.TdClassName
{
border-color: #CB9505;
}
.TagClassName
{
border-color: #CB9505;
}
</style>