Shades of Dark Goldenrod #C17D05
Tints of Dark Goldenrod #C17D05
RGB
CMYK
RGB Variations
Color information
#C17D05 (or 0xC17D05) is known color: Dark Goldenrod. HEX triplet: C1, 7D and 05. RGB value is (193,125,5). Sum of RGB (Red+Green+Blue) = 193+125+5=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17D05 is #3E82FA. Grayscale: #848484. Windows color (decimal): -4096763 or 359873. OLE color: 359873.
HSL color Cylindrical-coordinate representation of color #C17D05: hue angle of 38.3º 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 #C17D05 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 5 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.24 |
| HSL | 38.3º | 0.95% | 0.39% | - |
| HSV(B) | 38.3º | 0.97% | 0.76% | - |
| XYZ | 29.35 | 26.02 | 3.62 | - |
| YUV | 131.65 | 56.53 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 5 | 0 | 0.35 | 0.97 | 0.24 | 38.3 | 0.95 | 0.39 |
| Hex | C1 | 7D | 5 | 0 | 23 | 61 | 18 | 26 | 5F | 27 |
| Octal | 301 | 175 | 5 | 0 | 43 | 141 | 30 | 46 | 137 | 47 |
| Binary | 11000001 | 1111101 | 101 | 0 | 100011 | 1100001 | 11000 | 100110 | 1011111 | 100111 |
Color Harmonies of #C17D05
Complementary color
Monochromatic Colors of #C17D05
Black with #C17D05
Text Example
Text Example
White with #C17D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D05; }
p { color: rgb(193,125,5); }
H1.HeaderClassName
{
color: #C17D05;
}
.AnyTagClassName
{
color: #C17D05;
}
</style>
background-color css
<style>
a { background-color: #C17D05; }
a { background-color: rgb(193,125,5); }
div.DivClassName
{
background-color: #C17D05;
}
.BgClassName
{
background-color: #C17D05;
}
</style>
border-color css
<style>
span { border-color: #C17D05; }
span { border-color: rgb(193,125,5); }
td.TdClassName
{
border-color: #C17D05;
}
.TagClassName
{
border-color: #C17D05;
}
</style>