Shades of Soft Amber #D5BEA2
Tints of Soft Amber #D5BEA2
RGB
CMYK
RGB Variations
Color information
#D5BEA2 (or 0xD5BEA2) is known color: Soft Amber. HEX triplet: D5, BE and A2. RGB value is (213,190,162). Sum of RGB (Red+Green+Blue) = 213+190+162=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 162 (63.67% from 255 or 28.67% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEA2 is #2A415D. Grayscale: #C1C1C1. Windows color (decimal): -2769246 or 10665685. OLE color: 10665685.
HSL color Cylindrical-coordinate representation of color #D5BEA2: hue angle of 32.94º 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 #D5BEA2 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 162 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.16 |
| HSL | 32.94º | 0.38% | 0.74% | - |
| HSV(B) | 32.94º | 0.24% | 0.84% | - |
| XYZ | 52.38 | 53.58 | 41.76 | - |
| YUV | 193.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 162 | 0 | 0.11 | 0.24 | 0.16 | 32.94 | 0.38 | 0.74 |
| Hex | D5 | BE | A2 | 0 | B | 18 | 10 | 21 | 26 | 4A |
| Octal | 325 | 276 | 242 | 0 | 13 | 30 | 20 | 41 | 46 | 112 |
| Binary | 11010101 | 10111110 | 10100010 | 0 | 1011 | 11000 | 10000 | 100001 | 100110 | 1001010 |
Color Harmonies of #D5BEA2
Complementary color
Monochromatic Colors of #D5BEA2
Black with #D5BEA2
Text Example
Text Example
White with #D5BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEA2; }
p { color: rgb(213,190,162); }
H1.HeaderClassName
{
color: #D5BEA2;
}
.AnyTagClassName
{
color: #D5BEA2;
}
</style>
background-color css
<style>
a { background-color: #D5BEA2; }
a { background-color: rgb(213,190,162); }
div.DivClassName
{
background-color: #D5BEA2;
}
.BgClassName
{
background-color: #D5BEA2;
}
</style>
border-color css
<style>
span { border-color: #D5BEA2; }
span { border-color: rgb(213,190,162); }
td.TdClassName
{
border-color: #D5BEA2;
}
.TagClassName
{
border-color: #D5BEA2;
}
</style>