Shades of Dark Goldenrod #C07803
Tints of Dark Goldenrod #C07803
RGB
CMYK
RGB Variations
Color information
#C07803 (or 0xC07803) is known color: Dark Goldenrod. HEX triplet: C0, 78 and 03. RGB value is (192,120,3). Sum of RGB (Red+Green+Blue) = 192+120+3=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C07803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07803 is #3F87FC. Grayscale: #808080. Windows color (decimal): -4163581 or 227520. OLE color: 227520.
HSL color Cylindrical-coordinate representation of color #C07803: hue angle of 37.14º 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 #C07803 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 3 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.25 |
| HSL | 37.14º | 0.97% | 0.38% | - |
| HSV(B) | 37.14º | 0.98% | 0.75% | - |
| XYZ | 28.47 | 24.65 | 3.34 | - |
| YUV | 128.19 | 57.35 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 3 | 0 | 0.38 | 0.98 | 0.25 | 37.14 | 0.97 | 0.38 |
| Hex | C0 | 78 | 3 | 0 | 26 | 62 | 19 | 25 | 61 | 26 |
| Octal | 300 | 170 | 3 | 0 | 46 | 142 | 31 | 45 | 141 | 46 |
| Binary | 11000000 | 1111000 | 11 | 0 | 100110 | 1100010 | 11001 | 100101 | 1100001 | 100110 |
Color Harmonies of #C07803
Complementary color
Monochromatic Colors of #C07803
Black with #C07803
Text Example
Text Example
White with #C07803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07803; }
p { color: rgb(192,120,3); }
H1.HeaderClassName
{
color: #C07803;
}
.AnyTagClassName
{
color: #C07803;
}
</style>
background-color css
<style>
a { background-color: #C07803; }
a { background-color: rgb(192,120,3); }
div.DivClassName
{
background-color: #C07803;
}
.BgClassName
{
background-color: #C07803;
}
</style>
border-color css
<style>
span { border-color: #C07803; }
span { border-color: rgb(192,120,3); }
td.TdClassName
{
border-color: #C07803;
}
.TagClassName
{
border-color: #C07803;
}
</style>