Shades of Dark Goldenrod #C08113
Tints of Dark Goldenrod #C08113
RGB
CMYK
RGB Variations
Color information
#C08113 (or 0xC08113) is known color: Dark Goldenrod. HEX triplet: C0, 81 and 13. RGB value is (192,129,19). Sum of RGB (Red+Green+Blue) = 192+129+19=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C08113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08113 is #3F7EEC. Grayscale: #878787. Windows color (decimal): -4161261 or 1278400. OLE color: 1278400.
HSL color Cylindrical-coordinate representation of color #C08113: hue angle of 38.15º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C08113 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 19 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.25 |
| HSL | 38.15º | 0.82% | 0.41% | - |
| HSV(B) | 38.15º | 0.9% | 0.75% | - |
| XYZ | 29.71 | 26.95 | 4.25 | - |
| YUV | 135.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 19 | 0 | 0.33 | 0.90 | 0.25 | 38.15 | 0.82 | 0.41 |
| Hex | C0 | 81 | 13 | 0 | 21 | 5A | 19 | 26 | 52 | 29 |
| Octal | 300 | 201 | 23 | 0 | 41 | 132 | 31 | 46 | 122 | 51 |
| Binary | 11000000 | 10000001 | 10011 | 0 | 100001 | 1011010 | 11001 | 100110 | 1010010 | 101001 |
Color Harmonies of #C08113
Complementary color
Monochromatic Colors of #C08113
Black with #C08113
Text Example
Text Example
White with #C08113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08113; }
p { color: rgb(192,129,19); }
H1.HeaderClassName
{
color: #C08113;
}
.AnyTagClassName
{
color: #C08113;
}
</style>
background-color css
<style>
a { background-color: #C08113; }
a { background-color: rgb(192,129,19); }
div.DivClassName
{
background-color: #C08113;
}
.BgClassName
{
background-color: #C08113;
}
</style>
border-color css
<style>
span { border-color: #C08113; }
span { border-color: rgb(192,129,19); }
td.TdClassName
{
border-color: #C08113;
}
.TagClassName
{
border-color: #C08113;
}
</style>