Shades of Dark Goldenrod #C17509
Tints of Dark Goldenrod #C17509
RGB
CMYK
RGB Variations
Color information
#C17509 (or 0xC17509) is known color: Dark Goldenrod. HEX triplet: C1, 75 and 09. RGB value is (193,117,9). Sum of RGB (Red+Green+Blue) = 193+117+9=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C17509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17509 is #3E8AF6. Grayscale: #7F7F7F. Windows color (decimal): -4098807 or 619969. OLE color: 619969.
HSL color Cylindrical-coordinate representation of color #C17509: hue angle of 35.22º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C17509 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 9 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.24 |
| HSL | 35.22º | 0.91% | 0.4% | - |
| HSV(B) | 35.22º | 0.95% | 0.76% | - |
| XYZ | 28.4 | 24.08 | 3.41 | - |
| YUV | 127.41 | 61.18 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 9 | 0 | 0.39 | 0.95 | 0.24 | 35.22 | 0.91 | 0.4 |
| Hex | C1 | 75 | 9 | 0 | 27 | 5F | 18 | 23 | 5B | 28 |
| Octal | 301 | 165 | 11 | 0 | 47 | 137 | 30 | 43 | 133 | 50 |
| Binary | 11000001 | 1110101 | 1001 | 0 | 100111 | 1011111 | 11000 | 100011 | 1011011 | 101000 |
Color Harmonies of #C17509
Complementary color
Monochromatic Colors of #C17509
Black with #C17509
Text Example
Text Example
White with #C17509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17509; }
p { color: rgb(193,117,9); }
H1.HeaderClassName
{
color: #C17509;
}
.AnyTagClassName
{
color: #C17509;
}
</style>
background-color css
<style>
a { background-color: #C17509; }
a { background-color: rgb(193,117,9); }
div.DivClassName
{
background-color: #C17509;
}
.BgClassName
{
background-color: #C17509;
}
</style>
border-color css
<style>
span { border-color: #C17509; }
span { border-color: rgb(193,117,9); }
td.TdClassName
{
border-color: #C17509;
}
.TagClassName
{
border-color: #C17509;
}
</style>