Shades of Dark Goldenrod #C08C12
Tints of Dark Goldenrod #C08C12
RGB
CMYK
RGB Variations
Color information
#C08C12 (or 0xC08C12) is known color: Dark Goldenrod. HEX triplet: C0, 8C and 12. RGB value is (192,140,18). Sum of RGB (Red+Green+Blue) = 192+140+18=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08C12 is #3F73ED. Grayscale: #8E8E8E. Windows color (decimal): -4158446 or 1215680. OLE color: 1215680.
HSL color Cylindrical-coordinate representation of color #C08C12: hue angle of 42.07º 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 #C08C12 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 18 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.25 |
| HSL | 42.07º | 0.83% | 0.41% | - |
| HSV(B) | 42.07º | 0.91% | 0.75% | - |
| XYZ | 31.23 | 30.01 | 4.72 | - |
| YUV | 141.64 | 58.23 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 18 | 0 | 0.27 | 0.91 | 0.25 | 42.07 | 0.83 | 0.41 |
| Hex | C0 | 8C | 12 | 0 | 1B | 5B | 19 | 2A | 53 | 29 |
| Octal | 300 | 214 | 22 | 0 | 33 | 133 | 31 | 52 | 123 | 51 |
| Binary | 11000000 | 10001100 | 10010 | 0 | 11011 | 1011011 | 11001 | 101010 | 1010011 | 101001 |
Color Harmonies of #C08C12
Complementary color
Monochromatic Colors of #C08C12
Black with #C08C12
Text Example
Text Example
White with #C08C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C12; }
p { color: rgb(192,140,18); }
H1.HeaderClassName
{
color: #C08C12;
}
.AnyTagClassName
{
color: #C08C12;
}
</style>
background-color css
<style>
a { background-color: #C08C12; }
a { background-color: rgb(192,140,18); }
div.DivClassName
{
background-color: #C08C12;
}
.BgClassName
{
background-color: #C08C12;
}
</style>
border-color css
<style>
span { border-color: #C08C12; }
span { border-color: rgb(192,140,18); }
td.TdClassName
{
border-color: #C08C12;
}
.TagClassName
{
border-color: #C08C12;
}
</style>