Shades of Dark Goldenrod #CB9409
Tints of Dark Goldenrod #CB9409
RGB
CMYK
RGB Variations
Color information
#CB9409 (or 0xCB9409) is known color: Dark Goldenrod. HEX triplet: CB, 94 and 09. RGB value is (203,148,9). Sum of RGB (Red+Green+Blue) = 203+148+9=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9409 is #346BF6. Grayscale: #959595. Windows color (decimal): -3435511 or 627915. OLE color: 627915.
HSL color Cylindrical-coordinate representation of color #CB9409: hue angle of 42.99º 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 #CB9409 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 9 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.20 |
| HSL | 42.99º | 0.92% | 0.42% | - |
| HSV(B) | 42.99º | 0.96% | 0.8% | - |
| XYZ | 35.27 | 33.9 | 4.94 | - |
| YUV | 148.6 | 49.22 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 9 | 0 | 0.27 | 0.96 | 0.20 | 42.99 | 0.92 | 0.42 |
| Hex | CB | 94 | 9 | 0 | 1B | 60 | 14 | 2B | 5C | 2A |
| Octal | 313 | 224 | 11 | 0 | 33 | 140 | 24 | 53 | 134 | 52 |
| Binary | 11001011 | 10010100 | 1001 | 0 | 11011 | 1100000 | 10100 | 101011 | 1011100 | 101010 |
Color Harmonies of #CB9409
Complementary color
Monochromatic Colors of #CB9409
Black with #CB9409
Text Example
Text Example
White with #CB9409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9409; }
p { color: rgb(203,148,9); }
H1.HeaderClassName
{
color: #CB9409;
}
.AnyTagClassName
{
color: #CB9409;
}
</style>
background-color css
<style>
a { background-color: #CB9409; }
a { background-color: rgb(203,148,9); }
div.DivClassName
{
background-color: #CB9409;
}
.BgClassName
{
background-color: #CB9409;
}
</style>
border-color css
<style>
span { border-color: #CB9409; }
span { border-color: rgb(203,148,9); }
td.TdClassName
{
border-color: #CB9409;
}
.TagClassName
{
border-color: #CB9409;
}
</style>