Shades of Dark Goldenrod #C07913
Tints of Dark Goldenrod #C07913
RGB
CMYK
RGB Variations
Color information
#C07913 (or 0xC07913) is known color: Dark Goldenrod. HEX triplet: C0, 79 and 13. RGB value is (192,121,19). Sum of RGB (Red+Green+Blue) = 192+121+19=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C07913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07913 is #3F86EC. Grayscale: #838383. Windows color (decimal): -4163309 or 1276352. OLE color: 1276352.
HSL color Cylindrical-coordinate representation of color #C07913: hue angle of 35.38º 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 #C07913 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 19 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.25 |
| HSL | 35.38º | 0.82% | 0.41% | - |
| HSV(B) | 35.38º | 0.9% | 0.75% | - |
| XYZ | 28.69 | 24.93 | 3.92 | - |
| YUV | 130.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 19 | 0 | 0.37 | 0.90 | 0.25 | 35.38 | 0.82 | 0.41 |
| Hex | C0 | 79 | 13 | 0 | 25 | 5A | 19 | 23 | 52 | 29 |
| Octal | 300 | 171 | 23 | 0 | 45 | 132 | 31 | 43 | 122 | 51 |
| Binary | 11000000 | 1111001 | 10011 | 0 | 100101 | 1011010 | 11001 | 100011 | 1010010 | 101001 |
Color Harmonies of #C07913
Complementary color
Monochromatic Colors of #C07913
Black with #C07913
Text Example
Text Example
White with #C07913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07913; }
p { color: rgb(192,121,19); }
H1.HeaderClassName
{
color: #C07913;
}
.AnyTagClassName
{
color: #C07913;
}
</style>
background-color css
<style>
a { background-color: #C07913; }
a { background-color: rgb(192,121,19); }
div.DivClassName
{
background-color: #C07913;
}
.BgClassName
{
background-color: #C07913;
}
</style>
border-color css
<style>
span { border-color: #C07913; }
span { border-color: rgb(192,121,19); }
td.TdClassName
{
border-color: #C07913;
}
.TagClassName
{
border-color: #C07913;
}
</style>