Shades of Dark Goldenrod #C5780D
Tints of Dark Goldenrod #C5780D
RGB
CMYK
RGB Variations
Color information
#C5780D (or 0xC5780D) is known color: Dark Goldenrod. HEX triplet: C5, 78 and 0D. RGB value is (197,120,13). Sum of RGB (Red+Green+Blue) = 197+120+13=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5780D is #3A87F2. Grayscale: #838383. Windows color (decimal): -3835891 or 882885. OLE color: 882885.
HSL color Cylindrical-coordinate representation of color #C5780D: hue angle of 34.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5780D is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 13 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.23 |
| HSL | 34.89º | 0.88% | 0.41% | - |
| HSV(B) | 34.89º | 0.93% | 0.77% | - |
| XYZ | 29.82 | 25.33 | 3.7 | - |
| YUV | 130.83 | 61.51 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 13 | 0 | 0.39 | 0.93 | 0.23 | 34.89 | 0.88 | 0.41 |
| Hex | C5 | 78 | D | 0 | 27 | 5D | 17 | 23 | 58 | 29 |
| Octal | 305 | 170 | 15 | 0 | 47 | 135 | 27 | 43 | 130 | 51 |
| Binary | 11000101 | 1111000 | 1101 | 0 | 100111 | 1011101 | 10111 | 100011 | 1011000 | 101001 |
Color Harmonies of #C5780D
Complementary color
Monochromatic Colors of #C5780D
Black with #C5780D
Text Example
Text Example
White with #C5780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5780D; }
p { color: rgb(197,120,13); }
H1.HeaderClassName
{
color: #C5780D;
}
.AnyTagClassName
{
color: #C5780D;
}
</style>
background-color css
<style>
a { background-color: #C5780D; }
a { background-color: rgb(197,120,13); }
div.DivClassName
{
background-color: #C5780D;
}
.BgClassName
{
background-color: #C5780D;
}
</style>
border-color css
<style>
span { border-color: #C5780D; }
span { border-color: rgb(197,120,13); }
td.TdClassName
{
border-color: #C5780D;
}
.TagClassName
{
border-color: #C5780D;
}
</style>