Shades of Dark Goldenrod #C17503
Tints of Dark Goldenrod #C17503
RGB
CMYK
RGB Variations
Color information
#C17503 (or 0xC17503) is known color: Dark Goldenrod. HEX triplet: C1, 75 and 03. RGB value is (193,117,3). Sum of RGB (Red+Green+Blue) = 193+117+3=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C17503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17503 is #3E8AFC. Grayscale: #7F7F7F. Windows color (decimal): -4098813 or 226753. OLE color: 226753.
HSL color Cylindrical-coordinate representation of color #C17503: hue angle of 36º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C17503 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.24 |
| HSL | 36º | 0.97% | 0.38% | - |
| HSV(B) | 36º | 0.98% | 0.76% | - |
| XYZ | 28.37 | 24.07 | 3.24 | - |
| YUV | 126.73 | 58.18 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 3 | 0 | 0.39 | 0.98 | 0.24 | 36 | 0.97 | 0.38 |
| Hex | C1 | 75 | 3 | 0 | 27 | 62 | 18 | 24 | 61 | 26 |
| Octal | 301 | 165 | 3 | 0 | 47 | 142 | 30 | 44 | 141 | 46 |
| Binary | 11000001 | 1110101 | 11 | 0 | 100111 | 1100010 | 11000 | 100100 | 1100001 | 100110 |
Color Harmonies of #C17503
Complementary color
Monochromatic Colors of #C17503
Black with #C17503
Text Example
Text Example
White with #C17503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17503; }
p { color: rgb(193,117,3); }
H1.HeaderClassName
{
color: #C17503;
}
.AnyTagClassName
{
color: #C17503;
}
</style>
background-color css
<style>
a { background-color: #C17503; }
a { background-color: rgb(193,117,3); }
div.DivClassName
{
background-color: #C17503;
}
.BgClassName
{
background-color: #C17503;
}
</style>
border-color css
<style>
span { border-color: #C17503; }
span { border-color: rgb(193,117,3); }
td.TdClassName
{
border-color: #C17503;
}
.TagClassName
{
border-color: #C17503;
}
</style>