Shades of Dark Goldenrod #C07811
Tints of Dark Goldenrod #C07811
RGB
CMYK
RGB Variations
Color information
#C07811 (or 0xC07811) is known color: Dark Goldenrod. HEX triplet: C0, 78 and 11. RGB value is (192,120,17). Sum of RGB (Red+Green+Blue) = 192+120+17=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C07811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07811 is #3F87EE. Grayscale: #828282. Windows color (decimal): -4163567 or 1145024. OLE color: 1145024.
HSL color Cylindrical-coordinate representation of color #C07811: hue angle of 35.31º degrees, saturation: 0.84, 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 #C07811 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 17 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.25 |
| HSL | 35.31º | 0.84% | 0.41% | - |
| HSV(B) | 35.31º | 0.91% | 0.75% | - |
| XYZ | 28.56 | 24.68 | 3.79 | - |
| YUV | 129.79 | 64.35 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 17 | 0 | 0.38 | 0.91 | 0.25 | 35.31 | 0.84 | 0.41 |
| Hex | C0 | 78 | 11 | 0 | 26 | 5B | 19 | 23 | 54 | 29 |
| Octal | 300 | 170 | 21 | 0 | 46 | 133 | 31 | 43 | 124 | 51 |
| Binary | 11000000 | 1111000 | 10001 | 0 | 100110 | 1011011 | 11001 | 100011 | 1010100 | 101001 |
Color Harmonies of #C07811
Complementary color
Monochromatic Colors of #C07811
Black with #C07811
Text Example
Text Example
White with #C07811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07811; }
p { color: rgb(192,120,17); }
H1.HeaderClassName
{
color: #C07811;
}
.AnyTagClassName
{
color: #C07811;
}
</style>
background-color css
<style>
a { background-color: #C07811; }
a { background-color: rgb(192,120,17); }
div.DivClassName
{
background-color: #C07811;
}
.BgClassName
{
background-color: #C07811;
}
</style>
border-color css
<style>
span { border-color: #C07811; }
span { border-color: rgb(192,120,17); }
td.TdClassName
{
border-color: #C07811;
}
.TagClassName
{
border-color: #C07811;
}
</style>