Shades of Dark Goldenrod #C07B14
Tints of Dark Goldenrod #C07B14
RGB
CMYK
RGB Variations
Color information
#C07B14 (or 0xC07B14) is known color: Dark Goldenrod. HEX triplet: C0, 7B and 14. RGB value is (192,123,20). Sum of RGB (Red+Green+Blue) = 192+123+20=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07B14 is #3F84EB. Grayscale: #848484. Windows color (decimal): -4162796 or 1342400. OLE color: 1342400.
HSL color Cylindrical-coordinate representation of color #C07B14: hue angle of 35.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C07B14 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 20 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.25 |
| HSL | 35.93º | 0.81% | 0.42% | - |
| HSV(B) | 35.93º | 0.9% | 0.75% | - |
| XYZ | 28.95 | 25.42 | 4.04 | - |
| YUV | 131.89 | 64.86 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 20 | 0 | 0.36 | 0.90 | 0.25 | 35.93 | 0.81 | 0.42 |
| Hex | C0 | 7B | 14 | 0 | 24 | 5A | 19 | 24 | 51 | 2A |
| Octal | 300 | 173 | 24 | 0 | 44 | 132 | 31 | 44 | 121 | 52 |
| Binary | 11000000 | 1111011 | 10100 | 0 | 100100 | 1011010 | 11001 | 100100 | 1010001 | 101010 |
Color Harmonies of #C07B14
Complementary color
Monochromatic Colors of #C07B14
Black with #C07B14
Text Example
Text Example
White with #C07B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B14; }
p { color: rgb(192,123,20); }
H1.HeaderClassName
{
color: #C07B14;
}
.AnyTagClassName
{
color: #C07B14;
}
</style>
background-color css
<style>
a { background-color: #C07B14; }
a { background-color: rgb(192,123,20); }
div.DivClassName
{
background-color: #C07B14;
}
.BgClassName
{
background-color: #C07B14;
}
</style>
border-color css
<style>
span { border-color: #C07B14; }
span { border-color: rgb(192,123,20); }
td.TdClassName
{
border-color: #C07B14;
}
.TagClassName
{
border-color: #C07B14;
}
</style>