Shades of Dark Goldenrod #CB8A09
Tints of Dark Goldenrod #CB8A09
RGB
CMYK
RGB Variations
Color information
#CB8A09 (or 0xCB8A09) is known color: Dark Goldenrod. HEX triplet: CB, 8A and 09. RGB value is (203,138,9). Sum of RGB (Red+Green+Blue) = 203+138+9=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8A09 is #3475F6. Grayscale: #8F8F8F. Windows color (decimal): -3438071 or 625355. OLE color: 625355.
HSL color Cylindrical-coordinate representation of color #CB8A09: hue angle of 39.9º 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 #CB8A09 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.20 |
| HSL | 39.9º | 0.92% | 0.42% | - |
| HSV(B) | 39.9º | 0.96% | 0.8% | - |
| XYZ | 33.77 | 30.89 | 4.44 | - |
| YUV | 142.73 | 52.53 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 9 | 0 | 0.32 | 0.96 | 0.20 | 39.9 | 0.92 | 0.42 |
| Hex | CB | 8A | 9 | 0 | 20 | 60 | 14 | 28 | 5C | 2A |
| Octal | 313 | 212 | 11 | 0 | 40 | 140 | 24 | 50 | 134 | 52 |
| Binary | 11001011 | 10001010 | 1001 | 0 | 100000 | 1100000 | 10100 | 101000 | 1011100 | 101010 |
Color Harmonies of #CB8A09
Complementary color
Monochromatic Colors of #CB8A09
Black with #CB8A09
Text Example
Text Example
White with #CB8A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A09; }
p { color: rgb(203,138,9); }
H1.HeaderClassName
{
color: #CB8A09;
}
.AnyTagClassName
{
color: #CB8A09;
}
</style>
background-color css
<style>
a { background-color: #CB8A09; }
a { background-color: rgb(203,138,9); }
div.DivClassName
{
background-color: #CB8A09;
}
.BgClassName
{
background-color: #CB8A09;
}
</style>
border-color css
<style>
span { border-color: #CB8A09; }
span { border-color: rgb(203,138,9); }
td.TdClassName
{
border-color: #CB8A09;
}
.TagClassName
{
border-color: #CB8A09;
}
</style>