Shades of Dark Goldenrod #C16F04
Tints of Dark Goldenrod #C16F04
RGB
CMYK
RGB Variations
Color information
#C16F04 (or 0xC16F04) is known color: Dark Goldenrod. HEX triplet: C1, 6F and 04. RGB value is (193,111,4). Sum of RGB (Red+Green+Blue) = 193+111+4=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16F04 is #3E90FB. Grayscale: #7B7B7B. Windows color (decimal): -4100348 or 290753. OLE color: 290753.
HSL color Cylindrical-coordinate representation of color #C16F04: hue angle of 33.97º 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 #C16F04 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.24 |
| HSL | 33.97º | 0.96% | 0.39% | - |
| HSV(B) | 33.97º | 0.98% | 0.76% | - |
| XYZ | 27.7 | 22.72 | 3.04 | - |
| YUV | 123.32 | 60.67 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 4 | 0 | 0.42 | 0.98 | 0.24 | 33.97 | 0.96 | 0.39 |
| Hex | C1 | 6F | 4 | 0 | 2A | 62 | 18 | 22 | 60 | 27 |
| Octal | 301 | 157 | 4 | 0 | 52 | 142 | 30 | 42 | 140 | 47 |
| Binary | 11000001 | 1101111 | 100 | 0 | 101010 | 1100010 | 11000 | 100010 | 1100000 | 100111 |
Color Harmonies of #C16F04
Complementary color
Monochromatic Colors of #C16F04
Black with #C16F04
Text Example
Text Example
White with #C16F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F04; }
p { color: rgb(193,111,4); }
H1.HeaderClassName
{
color: #C16F04;
}
.AnyTagClassName
{
color: #C16F04;
}
</style>
background-color css
<style>
a { background-color: #C16F04; }
a { background-color: rgb(193,111,4); }
div.DivClassName
{
background-color: #C16F04;
}
.BgClassName
{
background-color: #C16F04;
}
</style>
border-color css
<style>
span { border-color: #C16F04; }
span { border-color: rgb(193,111,4); }
td.TdClassName
{
border-color: #C16F04;
}
.TagClassName
{
border-color: #C16F04;
}
</style>