Shades of Dark Goldenrod #CB9309
Tints of Dark Goldenrod #CB9309
RGB
CMYK
RGB Variations
Color information
#CB9309 (or 0xCB9309) is known color: Dark Goldenrod. HEX triplet: CB, 93 and 09. RGB value is (203,147,9). Sum of RGB (Red+Green+Blue) = 203+147+9=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9309 is #346CF6. Grayscale: #949494. Windows color (decimal): -3435767 or 627659. OLE color: 627659.
HSL color Cylindrical-coordinate representation of color #CB9309: hue angle of 42.68º 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 #CB9309 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.20 |
| HSL | 42.68º | 0.92% | 0.42% | - |
| HSV(B) | 42.68º | 0.96% | 0.8% | - |
| XYZ | 35.11 | 33.58 | 4.89 | - |
| YUV | 148.01 | 49.55 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 9 | 0 | 0.28 | 0.96 | 0.20 | 42.68 | 0.92 | 0.42 |
| Hex | CB | 93 | 9 | 0 | 1C | 60 | 14 | 2B | 5C | 2A |
| Octal | 313 | 223 | 11 | 0 | 34 | 140 | 24 | 53 | 134 | 52 |
| Binary | 11001011 | 10010011 | 1001 | 0 | 11100 | 1100000 | 10100 | 101011 | 1011100 | 101010 |
Color Harmonies of #CB9309
Complementary color
Monochromatic Colors of #CB9309
Black with #CB9309
Text Example
Text Example
White with #CB9309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9309; }
p { color: rgb(203,147,9); }
H1.HeaderClassName
{
color: #CB9309;
}
.AnyTagClassName
{
color: #CB9309;
}
</style>
background-color css
<style>
a { background-color: #CB9309; }
a { background-color: rgb(203,147,9); }
div.DivClassName
{
background-color: #CB9309;
}
.BgClassName
{
background-color: #CB9309;
}
</style>
border-color css
<style>
span { border-color: #CB9309; }
span { border-color: rgb(203,147,9); }
td.TdClassName
{
border-color: #CB9309;
}
.TagClassName
{
border-color: #CB9309;
}
</style>