Shades of Soft Amber #D6BEA4
Tints of Soft Amber #D6BEA4
RGB
CMYK
RGB Variations
Color information
#D6BEA4 (or 0xD6BEA4) is known color: Soft Amber. HEX triplet: D6, BE and A4. RGB value is (214,190,164). Sum of RGB (Red+Green+Blue) = 214+190+164=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEA4 is #29415B. Grayscale: #C2C2C2. Windows color (decimal): -2703708 or 10796758. OLE color: 10796758.
HSL color Cylindrical-coordinate representation of color #D6BEA4: hue angle of 31.2º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6BEA4 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 164 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.16 |
| HSL | 31.2º | 0.38% | 0.74% | - |
| HSV(B) | 31.2º | 0.23% | 0.84% | - |
| XYZ | 52.85 | 53.8 | 42.72 | - |
| YUV | 194.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 164 | 0 | 0.11 | 0.23 | 0.16 | 31.2 | 0.38 | 0.74 |
| Hex | D6 | BE | A4 | 0 | B | 17 | 10 | 1F | 26 | 4A |
| Octal | 326 | 276 | 244 | 0 | 13 | 27 | 20 | 37 | 46 | 112 |
| Binary | 11010110 | 10111110 | 10100100 | 0 | 1011 | 10111 | 10000 | 11111 | 100110 | 1001010 |
Color Harmonies of #D6BEA4
Complementary color
Monochromatic Colors of #D6BEA4
Black with #D6BEA4
Text Example
Text Example
White with #D6BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEA4; }
p { color: rgb(214,190,164); }
H1.HeaderClassName
{
color: #D6BEA4;
}
.AnyTagClassName
{
color: #D6BEA4;
}
</style>
background-color css
<style>
a { background-color: #D6BEA4; }
a { background-color: rgb(214,190,164); }
div.DivClassName
{
background-color: #D6BEA4;
}
.BgClassName
{
background-color: #D6BEA4;
}
</style>
border-color css
<style>
span { border-color: #D6BEA4; }
span { border-color: rgb(214,190,164); }
td.TdClassName
{
border-color: #D6BEA4;
}
.TagClassName
{
border-color: #D6BEA4;
}
</style>