Shades of Dark Goldenrod #C17003
Tints of Dark Goldenrod #C17003
RGB
CMYK
RGB Variations
Color information
#C17003 (or 0xC17003) is known color: Dark Goldenrod. HEX triplet: C1, 70 and 03. RGB value is (193,112,3). Sum of RGB (Red+Green+Blue) = 193+112+3=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C17003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17003 is #3E8FFC. Grayscale: #7C7C7C. Windows color (decimal): -4100093 or 225473. OLE color: 225473.
HSL color Cylindrical-coordinate representation of color #C17003: hue angle of 34.42º 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 #C17003 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.24 |
| HSL | 34.42º | 0.97% | 0.38% | - |
| HSV(B) | 34.42º | 0.98% | 0.76% | - |
| XYZ | 27.8 | 22.93 | 3.05 | - |
| YUV | 123.79 | 59.84 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 3 | 0 | 0.42 | 0.98 | 0.24 | 34.42 | 0.97 | 0.38 |
| Hex | C1 | 70 | 3 | 0 | 2A | 62 | 18 | 22 | 61 | 26 |
| Octal | 301 | 160 | 3 | 0 | 52 | 142 | 30 | 42 | 141 | 46 |
| Binary | 11000001 | 1110000 | 11 | 0 | 101010 | 1100010 | 11000 | 100010 | 1100001 | 100110 |
Color Harmonies of #C17003
Complementary color
Monochromatic Colors of #C17003
Black with #C17003
Text Example
Text Example
White with #C17003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17003; }
p { color: rgb(193,112,3); }
H1.HeaderClassName
{
color: #C17003;
}
.AnyTagClassName
{
color: #C17003;
}
</style>
background-color css
<style>
a { background-color: #C17003; }
a { background-color: rgb(193,112,3); }
div.DivClassName
{
background-color: #C17003;
}
.BgClassName
{
background-color: #C17003;
}
</style>
border-color css
<style>
span { border-color: #C17003; }
span { border-color: rgb(193,112,3); }
td.TdClassName
{
border-color: #C17003;
}
.TagClassName
{
border-color: #C17003;
}
</style>