Shades of Gold Drop #D16C31
Tints of Gold Drop #D16C31
RGB
CMYK
RGB Variations
Color information
#D16C31 (or 0xD16C31) is known color: Gold Drop. HEX triplet: D1, 6C and 31. RGB value is (209,108,49). Sum of RGB (Red+Green+Blue) = 209+108+49=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16C31 is #2E93CE. Grayscale: #838383. Windows color (decimal): -3052495 or 3239121. OLE color: 3239121.
HSL color Cylindrical-coordinate representation of color #D16C31: hue angle of 22.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D16C31 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 49 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.18 |
| HSL | 22.13º | 0.63% | 0.51% | - |
| HSV(B) | 22.13º | 0.77% | 0.82% | - |
| XYZ | 32.21 | 24.5 | 5.94 | - |
| YUV | 131.47 | 81.46 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 49 | 0 | 0.48 | 0.77 | 0.18 | 22.13 | 0.63 | 0.51 |
| Hex | D1 | 6C | 31 | 0 | 30 | 4D | 12 | 16 | 3F | 33 |
| Octal | 321 | 154 | 61 | 0 | 60 | 115 | 22 | 26 | 77 | 63 |
| Binary | 11010001 | 1101100 | 110001 | 0 | 110000 | 1001101 | 10010 | 10110 | 111111 | 110011 |
Color Harmonies of #D16C31
Complementary color
Monochromatic Colors of #D16C31
Black with #D16C31
Text Example
Text Example
White with #D16C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16C31; }
p { color: rgb(209,108,49); }
H1.HeaderClassName
{
color: #D16C31;
}
.AnyTagClassName
{
color: #D16C31;
}
</style>
background-color css
<style>
a { background-color: #D16C31; }
a { background-color: rgb(209,108,49); }
div.DivClassName
{
background-color: #D16C31;
}
.BgClassName
{
background-color: #D16C31;
}
</style>
border-color css
<style>
span { border-color: #D16C31; }
span { border-color: rgb(209,108,49); }
td.TdClassName
{
border-color: #D16C31;
}
.TagClassName
{
border-color: #D16C31;
}
</style>