Shades of Gold Drop #D16838
Tints of Gold Drop #D16838
RGB
CMYK
RGB Variations
Color information
#D16838 (or 0xD16838) is known color: Gold Drop. HEX triplet: D1, 68 and 38. RGB value is (209,104,56). Sum of RGB (Red+Green+Blue) = 209+104+56=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D16838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16838 is #2E97C7. Grayscale: #828282. Windows color (decimal): -3053512 or 3696849. OLE color: 3696849.
HSL color Cylindrical-coordinate representation of color #D16838: hue angle of 18.82º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D16838 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 56 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.18 |
| HSL | 18.82º | 0.62% | 0.52% | - |
| HSV(B) | 18.82º | 0.73% | 0.82% | - |
| XYZ | 31.96 | 23.74 | 6.64 | - |
| YUV | 129.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 56 | 0 | 0.50 | 0.73 | 0.18 | 18.82 | 0.62 | 0.52 |
| Hex | D1 | 68 | 38 | 0 | 32 | 49 | 12 | 13 | 3E | 34 |
| Octal | 321 | 150 | 70 | 0 | 62 | 111 | 22 | 23 | 76 | 64 |
| Binary | 11010001 | 1101000 | 111000 | 0 | 110010 | 1001001 | 10010 | 10011 | 111110 | 110100 |
Color Harmonies of #D16838
Complementary color
Monochromatic Colors of #D16838
Black with #D16838
Text Example
Text Example
White with #D16838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16838; }
p { color: rgb(209,104,56); }
H1.HeaderClassName
{
color: #D16838;
}
.AnyTagClassName
{
color: #D16838;
}
</style>
background-color css
<style>
a { background-color: #D16838; }
a { background-color: rgb(209,104,56); }
div.DivClassName
{
background-color: #D16838;
}
.BgClassName
{
background-color: #D16838;
}
</style>
border-color css
<style>
span { border-color: #D16838; }
span { border-color: rgb(209,104,56); }
td.TdClassName
{
border-color: #D16838;
}
.TagClassName
{
border-color: #D16838;
}
</style>