Shades of Dark Goldenrod #C0900B
Tints of Dark Goldenrod #C0900B
RGB
CMYK
RGB Variations
Color information
#C0900B (or 0xC0900B) is known color: Dark Goldenrod. HEX triplet: C0, 90 and 0B. RGB value is (192,144,11). Sum of RGB (Red+Green+Blue) = 192+144+11=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C0900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0900B is #3F6FF4. Grayscale: #8F8F8F. Windows color (decimal): -4157429 or 757952. OLE color: 757952.
HSL color Cylindrical-coordinate representation of color #C0900B: hue angle of 44.09º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0900B is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 11 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.25 |
| HSL | 44.09º | 0.89% | 0.4% | - |
| HSV(B) | 44.09º | 0.94% | 0.75% | - |
| XYZ | 31.77 | 31.18 | 4.66 | - |
| YUV | 143.19 | 53.4 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 11 | 0 | 0.25 | 0.94 | 0.25 | 44.09 | 0.89 | 0.4 |
| Hex | C0 | 90 | B | 0 | 19 | 5E | 19 | 2C | 59 | 28 |
| Octal | 300 | 220 | 13 | 0 | 31 | 136 | 31 | 54 | 131 | 50 |
| Binary | 11000000 | 10010000 | 1011 | 0 | 11001 | 1011110 | 11001 | 101100 | 1011001 | 101000 |
Color Harmonies of #C0900B
Complementary color
Monochromatic Colors of #C0900B
Black with #C0900B
Text Example
Text Example
White with #C0900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0900B; }
p { color: rgb(192,144,11); }
H1.HeaderClassName
{
color: #C0900B;
}
.AnyTagClassName
{
color: #C0900B;
}
</style>
background-color css
<style>
a { background-color: #C0900B; }
a { background-color: rgb(192,144,11); }
div.DivClassName
{
background-color: #C0900B;
}
.BgClassName
{
background-color: #C0900B;
}
</style>
border-color css
<style>
span { border-color: #C0900B; }
span { border-color: rgb(192,144,11); }
td.TdClassName
{
border-color: #C0900B;
}
.TagClassName
{
border-color: #C0900B;
}
</style>