Shades of Dark Goldenrod #C17205
Tints of Dark Goldenrod #C17205
RGB
CMYK
RGB Variations
Color information
#C17205 (or 0xC17205) is known color: Dark Goldenrod. HEX triplet: C1, 72 and 05. RGB value is (193,114,5). Sum of RGB (Red+Green+Blue) = 193+114+5=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C17205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17205 is #3E8DFA. Grayscale: #7D7D7D. Windows color (decimal): -4099579 or 357057. OLE color: 357057.
HSL color Cylindrical-coordinate representation of color #C17205: hue angle of 34.79º 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 #C17205 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 5 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.24 |
| HSL | 34.79º | 0.95% | 0.39% | - |
| HSV(B) | 34.79º | 0.97% | 0.76% | - |
| XYZ | 28.04 | 23.38 | 3.18 | - |
| YUV | 125.2 | 60.17 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 5 | 0 | 0.41 | 0.97 | 0.24 | 34.79 | 0.95 | 0.39 |
| Hex | C1 | 72 | 5 | 0 | 29 | 61 | 18 | 23 | 5F | 27 |
| Octal | 301 | 162 | 5 | 0 | 51 | 141 | 30 | 43 | 137 | 47 |
| Binary | 11000001 | 1110010 | 101 | 0 | 101001 | 1100001 | 11000 | 100011 | 1011111 | 100111 |
Color Harmonies of #C17205
Complementary color
Monochromatic Colors of #C17205
Black with #C17205
Text Example
Text Example
White with #C17205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17205; }
p { color: rgb(193,114,5); }
H1.HeaderClassName
{
color: #C17205;
}
.AnyTagClassName
{
color: #C17205;
}
</style>
background-color css
<style>
a { background-color: #C17205; }
a { background-color: rgb(193,114,5); }
div.DivClassName
{
background-color: #C17205;
}
.BgClassName
{
background-color: #C17205;
}
</style>
border-color css
<style>
span { border-color: #C17205; }
span { border-color: rgb(193,114,5); }
td.TdClassName
{
border-color: #C17205;
}
.TagClassName
{
border-color: #C17205;
}
</style>