Shades of Dark Goldenrod #C17505
Tints of Dark Goldenrod #C17505
RGB
CMYK
RGB Variations
Color information
#C17505 (or 0xC17505) is known color: Dark Goldenrod. HEX triplet: C1, 75 and 05. RGB value is (193,117,5). Sum of RGB (Red+Green+Blue) = 193+117+5=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C17505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17505 is #3E8AFA. Grayscale: #7F7F7F. Windows color (decimal): -4098811 or 357825. OLE color: 357825.
HSL color Cylindrical-coordinate representation of color #C17505: hue angle of 35.74º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C17505 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 5 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.24 |
| HSL | 35.74º | 0.95% | 0.39% | - |
| HSV(B) | 35.74º | 0.97% | 0.76% | - |
| XYZ | 28.38 | 24.07 | 3.29 | - |
| YUV | 126.96 | 59.18 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 5 | 0 | 0.39 | 0.97 | 0.24 | 35.74 | 0.95 | 0.39 |
| Hex | C1 | 75 | 5 | 0 | 27 | 61 | 18 | 24 | 5F | 27 |
| Octal | 301 | 165 | 5 | 0 | 47 | 141 | 30 | 44 | 137 | 47 |
| Binary | 11000001 | 1110101 | 101 | 0 | 100111 | 1100001 | 11000 | 100100 | 1011111 | 100111 |
Color Harmonies of #C17505
Complementary color
Monochromatic Colors of #C17505
Black with #C17505
Text Example
Text Example
White with #C17505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17505; }
p { color: rgb(193,117,5); }
H1.HeaderClassName
{
color: #C17505;
}
.AnyTagClassName
{
color: #C17505;
}
</style>
background-color css
<style>
a { background-color: #C17505; }
a { background-color: rgb(193,117,5); }
div.DivClassName
{
background-color: #C17505;
}
.BgClassName
{
background-color: #C17505;
}
</style>
border-color css
<style>
span { border-color: #C17505; }
span { border-color: rgb(193,117,5); }
td.TdClassName
{
border-color: #C17505;
}
.TagClassName
{
border-color: #C17505;
}
</style>