Shades of Soft Amber #D6BEA3
Tints of Soft Amber #D6BEA3
RGB
CMYK
RGB Variations
Color information
#D6BEA3 (or 0xD6BEA3) is known color: Soft Amber. HEX triplet: D6, BE and A3. RGB value is (214,190,163). Sum of RGB (Red+Green+Blue) = 214+190+163=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 163 (64.06% from 255 or 28.75% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEA3 is #29415C. Grayscale: #C2C2C2. Windows color (decimal): -2703709 or 10731222. OLE color: 10731222.
HSL color Cylindrical-coordinate representation of color #D6BEA3: hue angle of 31.76º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6BEA3 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 163 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.16 |
| HSL | 31.76º | 0.38% | 0.74% | - |
| HSV(B) | 31.76º | 0.24% | 0.84% | - |
| XYZ | 52.76 | 53.77 | 42.25 | - |
| YUV | 194.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 163 | 0 | 0.11 | 0.24 | 0.16 | 31.76 | 0.38 | 0.74 |
| Hex | D6 | BE | A3 | 0 | B | 18 | 10 | 20 | 26 | 4A |
| Octal | 326 | 276 | 243 | 0 | 13 | 30 | 20 | 40 | 46 | 112 |
| Binary | 11010110 | 10111110 | 10100011 | 0 | 1011 | 11000 | 10000 | 100000 | 100110 | 1001010 |
Color Harmonies of #D6BEA3
Complementary color
Monochromatic Colors of #D6BEA3
Black with #D6BEA3
Text Example
Text Example
White with #D6BEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEA3; }
p { color: rgb(214,190,163); }
H1.HeaderClassName
{
color: #D6BEA3;
}
.AnyTagClassName
{
color: #D6BEA3;
}
</style>
background-color css
<style>
a { background-color: #D6BEA3; }
a { background-color: rgb(214,190,163); }
div.DivClassName
{
background-color: #D6BEA3;
}
.BgClassName
{
background-color: #D6BEA3;
}
</style>
border-color css
<style>
span { border-color: #D6BEA3; }
span { border-color: rgb(214,190,163); }
td.TdClassName
{
border-color: #D6BEA3;
}
.TagClassName
{
border-color: #D6BEA3;
}
</style>