Shades of Dark Goldenrod #C17701
Tints of Dark Goldenrod #C17701
RGB
CMYK
RGB Variations
Color information
#C17701 (or 0xC17701) is known color: Dark Goldenrod. HEX triplet: C1, 77 and 01. RGB value is (193,119,1). Sum of RGB (Red+Green+Blue) = 193+119+1=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C17701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17701 is #3E88FE. Grayscale: #808080. Windows color (decimal): -4098303 or 96193. OLE color: 96193.
HSL color Cylindrical-coordinate representation of color #C17701: hue angle of 36.88º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C17701 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.24 |
| HSL | 36.88º | 0.99% | 0.38% | - |
| HSV(B) | 36.88º | 0.99% | 0.76% | - |
| XYZ | 28.59 | 24.53 | 3.26 | - |
| YUV | 127.67 | 56.52 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 1 | 0 | 0.38 | 0.99 | 0.24 | 36.88 | 0.99 | 0.38 |
| Hex | C1 | 77 | 1 | 0 | 26 | 63 | 18 | 25 | 63 | 26 |
| Octal | 301 | 167 | 1 | 0 | 46 | 143 | 30 | 45 | 143 | 46 |
| Binary | 11000001 | 1110111 | 1 | 0 | 100110 | 1100011 | 11000 | 100101 | 1100011 | 100110 |
Color Harmonies of #C17701
Complementary color
Monochromatic Colors of #C17701
Black with #C17701
Text Example
Text Example
White with #C17701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17701; }
p { color: rgb(193,119,1); }
H1.HeaderClassName
{
color: #C17701;
}
.AnyTagClassName
{
color: #C17701;
}
</style>
background-color css
<style>
a { background-color: #C17701; }
a { background-color: rgb(193,119,1); }
div.DivClassName
{
background-color: #C17701;
}
.BgClassName
{
background-color: #C17701;
}
</style>
border-color css
<style>
span { border-color: #C17701; }
span { border-color: rgb(193,119,1); }
td.TdClassName
{
border-color: #C17701;
}
.TagClassName
{
border-color: #C17701;
}
</style>