Shades of Dark Goldenrod #CB9109
Tints of Dark Goldenrod #CB9109
RGB
CMYK
RGB Variations
Color information
#CB9109 (or 0xCB9109) is known color: Dark Goldenrod. HEX triplet: CB, 91 and 09. RGB value is (203,145,9). Sum of RGB (Red+Green+Blue) = 203+145+9=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9109 is #346EF6. Grayscale: #939393. Windows color (decimal): -3436279 or 627147. OLE color: 627147.
HSL color Cylindrical-coordinate representation of color #CB9109: hue angle of 42.06º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB9109 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 9 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.20 |
| HSL | 42.06º | 0.92% | 0.42% | - |
| HSV(B) | 42.06º | 0.96% | 0.8% | - |
| XYZ | 34.8 | 32.97 | 4.79 | - |
| YUV | 146.84 | 50.22 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 9 | 0 | 0.29 | 0.96 | 0.20 | 42.06 | 0.92 | 0.42 |
| Hex | CB | 91 | 9 | 0 | 1D | 60 | 14 | 2A | 5C | 2A |
| Octal | 313 | 221 | 11 | 0 | 35 | 140 | 24 | 52 | 134 | 52 |
| Binary | 11001011 | 10010001 | 1001 | 0 | 11101 | 1100000 | 10100 | 101010 | 1011100 | 101010 |
Color Harmonies of #CB9109
Complementary color
Monochromatic Colors of #CB9109
Black with #CB9109
Text Example
Text Example
White with #CB9109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9109; }
p { color: rgb(203,145,9); }
H1.HeaderClassName
{
color: #CB9109;
}
.AnyTagClassName
{
color: #CB9109;
}
</style>
background-color css
<style>
a { background-color: #CB9109; }
a { background-color: rgb(203,145,9); }
div.DivClassName
{
background-color: #CB9109;
}
.BgClassName
{
background-color: #CB9109;
}
</style>
border-color css
<style>
span { border-color: #CB9109; }
span { border-color: rgb(203,145,9); }
td.TdClassName
{
border-color: #CB9109;
}
.TagClassName
{
border-color: #CB9109;
}
</style>