Shades of Dark Goldenrod #C1780D
Tints of Dark Goldenrod #C1780D
RGB
CMYK
RGB Variations
Color information
#C1780D (or 0xC1780D) is known color: Dark Goldenrod. HEX triplet: C1, 78 and 0D. RGB value is (193,120,13). Sum of RGB (Red+Green+Blue) = 193+120+13=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1780D is #3E87F2. Grayscale: #828282. Windows color (decimal): -4098035 or 882881. OLE color: 882881.
HSL color Cylindrical-coordinate representation of color #C1780D: hue angle of 35.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1780D is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 13 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.24 |
| HSL | 35.67º | 0.87% | 0.4% | - |
| HSV(B) | 35.67º | 0.93% | 0.76% | - |
| XYZ | 28.78 | 24.8 | 3.65 | - |
| YUV | 129.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 13 | 0 | 0.38 | 0.93 | 0.24 | 35.67 | 0.87 | 0.4 |
| Hex | C1 | 78 | D | 0 | 26 | 5D | 18 | 24 | 57 | 28 |
| Octal | 301 | 170 | 15 | 0 | 46 | 135 | 30 | 44 | 127 | 50 |
| Binary | 11000001 | 1111000 | 1101 | 0 | 100110 | 1011101 | 11000 | 100100 | 1010111 | 101000 |
Color Harmonies of #C1780D
Complementary color
Monochromatic Colors of #C1780D
Black with #C1780D
Text Example
Text Example
White with #C1780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1780D; }
p { color: rgb(193,120,13); }
H1.HeaderClassName
{
color: #C1780D;
}
.AnyTagClassName
{
color: #C1780D;
}
</style>
background-color css
<style>
a { background-color: #C1780D; }
a { background-color: rgb(193,120,13); }
div.DivClassName
{
background-color: #C1780D;
}
.BgClassName
{
background-color: #C1780D;
}
</style>
border-color css
<style>
span { border-color: #C1780D; }
span { border-color: rgb(193,120,13); }
td.TdClassName
{
border-color: #C1780D;
}
.TagClassName
{
border-color: #C1780D;
}
</style>