Shades of Dark Goldenrod #C08809
Tints of Dark Goldenrod #C08809
RGB
CMYK
RGB Variations
Color information
#C08809 (or 0xC08809) is known color: Dark Goldenrod. HEX triplet: C0, 88 and 09. RGB value is (192,136,9). Sum of RGB (Red+Green+Blue) = 192+136+9=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C08809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08809 is #3F77F6. Grayscale: #8A8A8A. Windows color (decimal): -4159479 or 624832. OLE color: 624832.
HSL color Cylindrical-coordinate representation of color #C08809: hue angle of 41.64º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C08809 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 9 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.25 |
| HSL | 41.64º | 0.91% | 0.39% | - |
| HSV(B) | 41.64º | 0.95% | 0.75% | - |
| XYZ | 30.59 | 28.83 | 4.21 | - |
| YUV | 138.27 | 55.05 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 9 | 0 | 0.29 | 0.95 | 0.25 | 41.64 | 0.91 | 0.39 |
| Hex | C0 | 88 | 9 | 0 | 1D | 5F | 19 | 2A | 5B | 27 |
| Octal | 300 | 210 | 11 | 0 | 35 | 137 | 31 | 52 | 133 | 47 |
| Binary | 11000000 | 10001000 | 1001 | 0 | 11101 | 1011111 | 11001 | 101010 | 1011011 | 100111 |
Color Harmonies of #C08809
Complementary color
Monochromatic Colors of #C08809
Black with #C08809
Text Example
Text Example
White with #C08809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08809; }
p { color: rgb(192,136,9); }
H1.HeaderClassName
{
color: #C08809;
}
.AnyTagClassName
{
color: #C08809;
}
</style>
background-color css
<style>
a { background-color: #C08809; }
a { background-color: rgb(192,136,9); }
div.DivClassName
{
background-color: #C08809;
}
.BgClassName
{
background-color: #C08809;
}
</style>
border-color css
<style>
span { border-color: #C08809; }
span { border-color: rgb(192,136,9); }
td.TdClassName
{
border-color: #C08809;
}
.TagClassName
{
border-color: #C08809;
}
</style>