Shades of Dark Goldenrod #C1760A
Tints of Dark Goldenrod #C1760A
RGB
CMYK
RGB Variations
Color information
#C1760A (or 0xC1760A) is known color: Dark Goldenrod. HEX triplet: C1, 76 and 0A. RGB value is (193,118,10). Sum of RGB (Red+Green+Blue) = 193+118+10=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1760A is #3E89F5. Grayscale: #808080. Windows color (decimal): -4098550 or 685761. OLE color: 685761.
HSL color Cylindrical-coordinate representation of color #C1760A: hue angle of 35.41º 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 #C1760A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.24 |
| HSL | 35.41º | 0.9% | 0.4% | - |
| HSV(B) | 35.41º | 0.95% | 0.76% | - |
| XYZ | 28.53 | 24.32 | 3.48 | - |
| YUV | 128.11 | 61.35 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 10 | 0 | 0.39 | 0.95 | 0.24 | 35.41 | 0.9 | 0.4 |
| Hex | C1 | 76 | A | 0 | 27 | 5F | 18 | 23 | 5A | 28 |
| Octal | 301 | 166 | 12 | 0 | 47 | 137 | 30 | 43 | 132 | 50 |
| Binary | 11000001 | 1110110 | 1010 | 0 | 100111 | 1011111 | 11000 | 100011 | 1011010 | 101000 |
Color Harmonies of #C1760A
Complementary color
Monochromatic Colors of #C1760A
Black with #C1760A
Text Example
Text Example
White with #C1760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1760A; }
p { color: rgb(193,118,10); }
H1.HeaderClassName
{
color: #C1760A;
}
.AnyTagClassName
{
color: #C1760A;
}
</style>
background-color css
<style>
a { background-color: #C1760A; }
a { background-color: rgb(193,118,10); }
div.DivClassName
{
background-color: #C1760A;
}
.BgClassName
{
background-color: #C1760A;
}
</style>
border-color css
<style>
span { border-color: #C1760A; }
span { border-color: rgb(193,118,10); }
td.TdClassName
{
border-color: #C1760A;
}
.TagClassName
{
border-color: #C1760A;
}
</style>