Shades of Dark Goldenrod #C17E07
Tints of Dark Goldenrod #C17E07
RGB
CMYK
RGB Variations
Color information
#C17E07 (or 0xC17E07) is known color: Dark Goldenrod. HEX triplet: C1, 7E and 07. RGB value is (193,126,7). Sum of RGB (Red+Green+Blue) = 193+126+7=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17E07 is #3E81F8. Grayscale: #858585. Windows color (decimal): -4096505 or 491201. OLE color: 491201.
HSL color Cylindrical-coordinate representation of color #C17E07: hue angle of 38.39º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C17E07 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 7 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.24 |
| HSL | 38.39º | 0.93% | 0.39% | - |
| HSV(B) | 38.39º | 0.96% | 0.76% | - |
| XYZ | 29.49 | 26.27 | 3.72 | - |
| YUV | 132.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 7 | 0 | 0.35 | 0.96 | 0.24 | 38.39 | 0.93 | 0.39 |
| Hex | C1 | 7E | 7 | 0 | 23 | 60 | 18 | 26 | 5D | 27 |
| Octal | 301 | 176 | 7 | 0 | 43 | 140 | 30 | 46 | 135 | 47 |
| Binary | 11000001 | 1111110 | 111 | 0 | 100011 | 1100000 | 11000 | 100110 | 1011101 | 100111 |
Color Harmonies of #C17E07
Complementary color
Monochromatic Colors of #C17E07
Black with #C17E07
Text Example
Text Example
White with #C17E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E07; }
p { color: rgb(193,126,7); }
H1.HeaderClassName
{
color: #C17E07;
}
.AnyTagClassName
{
color: #C17E07;
}
</style>
background-color css
<style>
a { background-color: #C17E07; }
a { background-color: rgb(193,126,7); }
div.DivClassName
{
background-color: #C17E07;
}
.BgClassName
{
background-color: #C17E07;
}
</style>
border-color css
<style>
span { border-color: #C17E07; }
span { border-color: rgb(193,126,7); }
td.TdClassName
{
border-color: #C17E07;
}
.TagClassName
{
border-color: #C17E07;
}
</style>