Shades of Dark Goldenrod #C07703
Tints of Dark Goldenrod #C07703
RGB
CMYK
RGB Variations
Color information
#C07703 (or 0xC07703) is known color: Dark Goldenrod. HEX triplet: C0, 77 and 03. RGB value is (192,119,3). Sum of RGB (Red+Green+Blue) = 192+119+3=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C07703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07703 is #3F88FC. Grayscale: #808080. Windows color (decimal): -4163837 or 227264. OLE color: 227264.
HSL color Cylindrical-coordinate representation of color #C07703: hue angle of 36.83º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C07703 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 3 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.25 |
| HSL | 36.83º | 0.97% | 0.38% | - |
| HSV(B) | 36.83º | 0.98% | 0.75% | - |
| XYZ | 28.35 | 24.41 | 3.3 | - |
| YUV | 127.6 | 57.68 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 3 | 0 | 0.38 | 0.98 | 0.25 | 36.83 | 0.97 | 0.38 |
| Hex | C0 | 77 | 3 | 0 | 26 | 62 | 19 | 25 | 61 | 26 |
| Octal | 300 | 167 | 3 | 0 | 46 | 142 | 31 | 45 | 141 | 46 |
| Binary | 11000000 | 1110111 | 11 | 0 | 100110 | 1100010 | 11001 | 100101 | 1100001 | 100110 |
Color Harmonies of #C07703
Complementary color
Monochromatic Colors of #C07703
Black with #C07703
Text Example
Text Example
White with #C07703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07703; }
p { color: rgb(192,119,3); }
H1.HeaderClassName
{
color: #C07703;
}
.AnyTagClassName
{
color: #C07703;
}
</style>
background-color css
<style>
a { background-color: #C07703; }
a { background-color: rgb(192,119,3); }
div.DivClassName
{
background-color: #C07703;
}
.BgClassName
{
background-color: #C07703;
}
</style>
border-color css
<style>
span { border-color: #C07703; }
span { border-color: rgb(192,119,3); }
td.TdClassName
{
border-color: #C07703;
}
.TagClassName
{
border-color: #C07703;
}
</style>