Shades of Dark Goldenrod #C07812
Tints of Dark Goldenrod #C07812
RGB
CMYK
RGB Variations
Color information
#C07812 (or 0xC07812) is known color: Dark Goldenrod. HEX triplet: C0, 78 and 12. RGB value is (192,120,18). Sum of RGB (Red+Green+Blue) = 192+120+18=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C07812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07812 is #3F87ED. Grayscale: #828282. Windows color (decimal): -4163566 or 1210560. OLE color: 1210560.
HSL color Cylindrical-coordinate representation of color #C07812: hue angle of 35.17º 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 #C07812 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 18 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.25 |
| HSL | 35.17º | 0.83% | 0.41% | - |
| HSV(B) | 35.17º | 0.91% | 0.75% | - |
| XYZ | 28.56 | 24.68 | 3.83 | - |
| YUV | 129.9 | 64.85 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 18 | 0 | 0.38 | 0.91 | 0.25 | 35.17 | 0.83 | 0.41 |
| Hex | C0 | 78 | 12 | 0 | 26 | 5B | 19 | 23 | 53 | 29 |
| Octal | 300 | 170 | 22 | 0 | 46 | 133 | 31 | 43 | 123 | 51 |
| Binary | 11000000 | 1111000 | 10010 | 0 | 100110 | 1011011 | 11001 | 100011 | 1010011 | 101001 |
Color Harmonies of #C07812
Complementary color
Monochromatic Colors of #C07812
Black with #C07812
Text Example
Text Example
White with #C07812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07812; }
p { color: rgb(192,120,18); }
H1.HeaderClassName
{
color: #C07812;
}
.AnyTagClassName
{
color: #C07812;
}
</style>
background-color css
<style>
a { background-color: #C07812; }
a { background-color: rgb(192,120,18); }
div.DivClassName
{
background-color: #C07812;
}
.BgClassName
{
background-color: #C07812;
}
</style>
border-color css
<style>
span { border-color: #C07812; }
span { border-color: rgb(192,120,18); }
td.TdClassName
{
border-color: #C07812;
}
.TagClassName
{
border-color: #C07812;
}
</style>