Shades of Dark Goldenrod #C07B0E
Tints of Dark Goldenrod #C07B0E
RGB
CMYK
RGB Variations
Color information
#C07B0E (or 0xC07B0E) is known color: Dark Goldenrod. HEX triplet: C0, 7B and 0E. RGB value is (192,123,14). Sum of RGB (Red+Green+Blue) = 192+123+14=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07B0E is #3F84F1. Grayscale: #838383. Windows color (decimal): -4162802 or 949184. OLE color: 949184.
HSL color Cylindrical-coordinate representation of color #C07B0E: hue angle of 36.74º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C07B0E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 14 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.25 |
| HSL | 36.74º | 0.86% | 0.4% | - |
| HSV(B) | 36.74º | 0.93% | 0.75% | - |
| XYZ | 28.9 | 25.4 | 3.8 | - |
| YUV | 131.21 | 61.86 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 14 | 0 | 0.36 | 0.93 | 0.25 | 36.74 | 0.86 | 0.4 |
| Hex | C0 | 7B | E | 0 | 24 | 5D | 19 | 25 | 56 | 28 |
| Octal | 300 | 173 | 16 | 0 | 44 | 135 | 31 | 45 | 126 | 50 |
| Binary | 11000000 | 1111011 | 1110 | 0 | 100100 | 1011101 | 11001 | 100101 | 1010110 | 101000 |
Color Harmonies of #C07B0E
Complementary color
Monochromatic Colors of #C07B0E
Black with #C07B0E
Text Example
Text Example
White with #C07B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B0E; }
p { color: rgb(192,123,14); }
H1.HeaderClassName
{
color: #C07B0E;
}
.AnyTagClassName
{
color: #C07B0E;
}
</style>
background-color css
<style>
a { background-color: #C07B0E; }
a { background-color: rgb(192,123,14); }
div.DivClassName
{
background-color: #C07B0E;
}
.BgClassName
{
background-color: #C07B0E;
}
</style>
border-color css
<style>
span { border-color: #C07B0E; }
span { border-color: rgb(192,123,14); }
td.TdClassName
{
border-color: #C07B0E;
}
.TagClassName
{
border-color: #C07B0E;
}
</style>