Shades of Dark Goldenrod #C08212
Tints of Dark Goldenrod #C08212
RGB
CMYK
RGB Variations
Color information
#C08212 (or 0xC08212) is known color: Dark Goldenrod. HEX triplet: C0, 82 and 12. RGB value is (192,130,18). Sum of RGB (Red+Green+Blue) = 192+130+18=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C08212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08212 is #3F7DED. Grayscale: #888888. Windows color (decimal): -4161006 or 1213120. OLE color: 1213120.
HSL color Cylindrical-coordinate representation of color #C08212: hue angle of 38.62º 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 #C08212 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 18 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.25 |
| HSL | 38.62º | 0.83% | 0.41% | - |
| HSV(B) | 38.62º | 0.91% | 0.75% | - |
| XYZ | 29.83 | 27.22 | 4.25 | - |
| YUV | 135.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 18 | 0 | 0.32 | 0.91 | 0.25 | 38.62 | 0.83 | 0.41 |
| Hex | C0 | 82 | 12 | 0 | 20 | 5B | 19 | 27 | 53 | 29 |
| Octal | 300 | 202 | 22 | 0 | 40 | 133 | 31 | 47 | 123 | 51 |
| Binary | 11000000 | 10000010 | 10010 | 0 | 100000 | 1011011 | 11001 | 100111 | 1010011 | 101001 |
Color Harmonies of #C08212
Complementary color
Monochromatic Colors of #C08212
Black with #C08212
Text Example
Text Example
White with #C08212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08212; }
p { color: rgb(192,130,18); }
H1.HeaderClassName
{
color: #C08212;
}
.AnyTagClassName
{
color: #C08212;
}
</style>
background-color css
<style>
a { background-color: #C08212; }
a { background-color: rgb(192,130,18); }
div.DivClassName
{
background-color: #C08212;
}
.BgClassName
{
background-color: #C08212;
}
</style>
border-color css
<style>
span { border-color: #C08212; }
span { border-color: rgb(192,130,18); }
td.TdClassName
{
border-color: #C08212;
}
.TagClassName
{
border-color: #C08212;
}
</style>