Shades of Dark Goldenrod #C3770A
Tints of Dark Goldenrod #C3770A
RGB
CMYK
RGB Variations
Color information
#C3770A (or 0xC3770A) is known color: Dark Goldenrod. HEX triplet: C3, 77 and 0A. RGB value is (195,119,10). Sum of RGB (Red+Green+Blue) = 195+119+10=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3770A is #3C88F5. Grayscale: #818181. Windows color (decimal): -3967222 or 686019. OLE color: 686019.
HSL color Cylindrical-coordinate representation of color #C3770A: hue angle of 35.35º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3770A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.24 |
| HSL | 35.35º | 0.9% | 0.4% | - |
| HSV(B) | 35.35º | 0.95% | 0.76% | - |
| XYZ | 29.16 | 24.82 | 3.54 | - |
| YUV | 129.3 | 60.68 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 10 | 0 | 0.39 | 0.95 | 0.24 | 35.35 | 0.9 | 0.4 |
| Hex | C3 | 77 | A | 0 | 27 | 5F | 18 | 23 | 5A | 28 |
| Octal | 303 | 167 | 12 | 0 | 47 | 137 | 30 | 43 | 132 | 50 |
| Binary | 11000011 | 1110111 | 1010 | 0 | 100111 | 1011111 | 11000 | 100011 | 1011010 | 101000 |
Color Harmonies of #C3770A
Complementary color
Monochromatic Colors of #C3770A
Black with #C3770A
Text Example
Text Example
White with #C3770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3770A; }
p { color: rgb(195,119,10); }
H1.HeaderClassName
{
color: #C3770A;
}
.AnyTagClassName
{
color: #C3770A;
}
</style>
background-color css
<style>
a { background-color: #C3770A; }
a { background-color: rgb(195,119,10); }
div.DivClassName
{
background-color: #C3770A;
}
.BgClassName
{
background-color: #C3770A;
}
</style>
border-color css
<style>
span { border-color: #C3770A; }
span { border-color: rgb(195,119,10); }
td.TdClassName
{
border-color: #C3770A;
}
.TagClassName
{
border-color: #C3770A;
}
</style>