Shades of Dark Goldenrod #C07D15
Tints of Dark Goldenrod #C07D15
RGB
CMYK
RGB Variations
Color information
#C07D15 (or 0xC07D15) is known color: Dark Goldenrod. HEX triplet: C0, 7D and 15. RGB value is (192,125,21). Sum of RGB (Red+Green+Blue) = 192+125+21=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07D15 is #3F82EA. Grayscale: #858585. Windows color (decimal): -4162283 or 1408448. OLE color: 1408448.
HSL color Cylindrical-coordinate representation of color #C07D15: hue angle of 36.49º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C07D15 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 21 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.25 |
| HSL | 36.49º | 0.8% | 0.42% | - |
| HSV(B) | 36.49º | 0.89% | 0.75% | - |
| XYZ | 29.21 | 25.93 | 4.17 | - |
| YUV | 133.18 | 64.7 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 21 | 0 | 0.35 | 0.89 | 0.25 | 36.49 | 0.8 | 0.42 |
| Hex | C0 | 7D | 15 | 0 | 23 | 59 | 19 | 24 | 50 | 2A |
| Octal | 300 | 175 | 25 | 0 | 43 | 131 | 31 | 44 | 120 | 52 |
| Binary | 11000000 | 1111101 | 10101 | 0 | 100011 | 1011001 | 11001 | 100100 | 1010000 | 101010 |
Color Harmonies of #C07D15
Complementary color
Monochromatic Colors of #C07D15
Black with #C07D15
Text Example
Text Example
White with #C07D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D15; }
p { color: rgb(192,125,21); }
H1.HeaderClassName
{
color: #C07D15;
}
.AnyTagClassName
{
color: #C07D15;
}
</style>
background-color css
<style>
a { background-color: #C07D15; }
a { background-color: rgb(192,125,21); }
div.DivClassName
{
background-color: #C07D15;
}
.BgClassName
{
background-color: #C07D15;
}
</style>
border-color css
<style>
span { border-color: #C07D15; }
span { border-color: rgb(192,125,21); }
td.TdClassName
{
border-color: #C07D15;
}
.TagClassName
{
border-color: #C07D15;
}
</style>