Shades of Dark Goldenrod #C17D04
Tints of Dark Goldenrod #C17D04
RGB
CMYK
RGB Variations
Color information
#C17D04 (or 0xC17D04) is known color: Dark Goldenrod. HEX triplet: C1, 7D and 04. RGB value is (193,125,4). Sum of RGB (Red+Green+Blue) = 193+125+4=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17D04 is #3E82FB. Grayscale: #848484. Windows color (decimal): -4096764 or 294337. OLE color: 294337.
HSL color Cylindrical-coordinate representation of color #C17D04: hue angle of 38.41º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C17D04 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.24 |
| HSL | 38.41º | 0.96% | 0.39% | - |
| HSV(B) | 38.41º | 0.98% | 0.76% | - |
| XYZ | 29.35 | 26.01 | 3.59 | - |
| YUV | 131.54 | 56.03 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 4 | 0 | 0.35 | 0.98 | 0.24 | 38.41 | 0.96 | 0.39 |
| Hex | C1 | 7D | 4 | 0 | 23 | 62 | 18 | 26 | 60 | 27 |
| Octal | 301 | 175 | 4 | 0 | 43 | 142 | 30 | 46 | 140 | 47 |
| Binary | 11000001 | 1111101 | 100 | 0 | 100011 | 1100010 | 11000 | 100110 | 1100000 | 100111 |
Color Harmonies of #C17D04
Complementary color
Monochromatic Colors of #C17D04
Black with #C17D04
Text Example
Text Example
White with #C17D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D04; }
p { color: rgb(193,125,4); }
H1.HeaderClassName
{
color: #C17D04;
}
.AnyTagClassName
{
color: #C17D04;
}
</style>
background-color css
<style>
a { background-color: #C17D04; }
a { background-color: rgb(193,125,4); }
div.DivClassName
{
background-color: #C17D04;
}
.BgClassName
{
background-color: #C17D04;
}
</style>
border-color css
<style>
span { border-color: #C17D04; }
span { border-color: rgb(193,125,4); }
td.TdClassName
{
border-color: #C17D04;
}
.TagClassName
{
border-color: #C17D04;
}
</style>