Shades of Dark Goldenrod #C08912
Tints of Dark Goldenrod #C08912
RGB
CMYK
RGB Variations
Color information
#C08912 (or 0xC08912) is known color: Dark Goldenrod. HEX triplet: C0, 89 and 12. RGB value is (192,137,18). Sum of RGB (Red+Green+Blue) = 192+137+18=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C08912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08912 is #3F76ED. Grayscale: #8C8C8C. Windows color (decimal): -4159214 or 1214912. OLE color: 1214912.
HSL color Cylindrical-coordinate representation of color #C08912: hue angle of 41.03º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C08912 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 18 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.25 |
| HSL | 41.03º | 0.83% | 0.41% | - |
| HSV(B) | 41.03º | 0.91% | 0.75% | - |
| XYZ | 30.79 | 29.14 | 4.57 | - |
| YUV | 139.88 | 59.22 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 18 | 0 | 0.29 | 0.91 | 0.25 | 41.03 | 0.83 | 0.41 |
| Hex | C0 | 89 | 12 | 0 | 1D | 5B | 19 | 29 | 53 | 29 |
| Octal | 300 | 211 | 22 | 0 | 35 | 133 | 31 | 51 | 123 | 51 |
| Binary | 11000000 | 10001001 | 10010 | 0 | 11101 | 1011011 | 11001 | 101001 | 1010011 | 101001 |
Color Harmonies of #C08912
Complementary color
Monochromatic Colors of #C08912
Black with #C08912
Text Example
Text Example
White with #C08912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08912; }
p { color: rgb(192,137,18); }
H1.HeaderClassName
{
color: #C08912;
}
.AnyTagClassName
{
color: #C08912;
}
</style>
background-color css
<style>
a { background-color: #C08912; }
a { background-color: rgb(192,137,18); }
div.DivClassName
{
background-color: #C08912;
}
.BgClassName
{
background-color: #C08912;
}
</style>
border-color css
<style>
span { border-color: #C08912; }
span { border-color: rgb(192,137,18); }
td.TdClassName
{
border-color: #C08912;
}
.TagClassName
{
border-color: #C08912;
}
</style>