Shades of Dark Goldenrod #C17C03
Tints of Dark Goldenrod #C17C03
RGB
CMYK
RGB Variations
Color information
#C17C03 (or 0xC17C03) is known color: Dark Goldenrod. HEX triplet: C1, 7C and 03. RGB value is (193,124,3). Sum of RGB (Red+Green+Blue) = 193+124+3=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17C03 is #3E83FC. Grayscale: #838383. Windows color (decimal): -4097021 or 228545. OLE color: 228545.
HSL color Cylindrical-coordinate representation of color #C17C03: hue angle of 38.21º 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 #C17C03 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 3 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.24 |
| HSL | 38.21º | 0.97% | 0.38% | - |
| HSV(B) | 38.21º | 0.98% | 0.76% | - |
| XYZ | 29.22 | 25.76 | 3.52 | - |
| YUV | 130.84 | 55.86 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 3 | 0 | 0.36 | 0.98 | 0.24 | 38.21 | 0.97 | 0.38 |
| Hex | C1 | 7C | 3 | 0 | 24 | 62 | 18 | 26 | 61 | 26 |
| Octal | 301 | 174 | 3 | 0 | 44 | 142 | 30 | 46 | 141 | 46 |
| Binary | 11000001 | 1111100 | 11 | 0 | 100100 | 1100010 | 11000 | 100110 | 1100001 | 100110 |
Color Harmonies of #C17C03
Complementary color
Monochromatic Colors of #C17C03
Black with #C17C03
Text Example
Text Example
White with #C17C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C03; }
p { color: rgb(193,124,3); }
H1.HeaderClassName
{
color: #C17C03;
}
.AnyTagClassName
{
color: #C17C03;
}
</style>
background-color css
<style>
a { background-color: #C17C03; }
a { background-color: rgb(193,124,3); }
div.DivClassName
{
background-color: #C17C03;
}
.BgClassName
{
background-color: #C17C03;
}
</style>
border-color css
<style>
span { border-color: #C17C03; }
span { border-color: rgb(193,124,3); }
td.TdClassName
{
border-color: #C17C03;
}
.TagClassName
{
border-color: #C17C03;
}
</style>