Shades of Soft Amber #D2BBA2
Tints of Soft Amber #D2BBA2
RGB
CMYK
RGB Variations
Color information
#D2BBA2 (or 0xD2BBA2) is known color: Soft Amber. HEX triplet: D2, BB and A2. RGB value is (210,187,162). Sum of RGB (Red+Green+Blue) = 210+187+162=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BBA2 is #2D445D. Grayscale: #BFBFBF. Windows color (decimal): -2966622 or 10664914. OLE color: 10664914.
HSL color Cylindrical-coordinate representation of color #D2BBA2: hue angle of 31.25º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2BBA2 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 162 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.18 |
| HSL | 31.25º | 0.35% | 0.73% | - |
| HSV(B) | 31.25º | 0.23% | 0.82% | - |
| XYZ | 50.87 | 51.85 | 41.51 | - |
| YUV | 191.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 162 | 0 | 0.11 | 0.23 | 0.18 | 31.25 | 0.35 | 0.73 |
| Hex | D2 | BB | A2 | 0 | B | 17 | 12 | 1F | 23 | 49 |
| Octal | 322 | 273 | 242 | 0 | 13 | 27 | 22 | 37 | 43 | 111 |
| Binary | 11010010 | 10111011 | 10100010 | 0 | 1011 | 10111 | 10010 | 11111 | 100011 | 1001001 |
Color Harmonies of #D2BBA2
Complementary color
Monochromatic Colors of #D2BBA2
Black with #D2BBA2
Text Example
Text Example
White with #D2BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBA2; }
p { color: rgb(210,187,162); }
H1.HeaderClassName
{
color: #D2BBA2;
}
.AnyTagClassName
{
color: #D2BBA2;
}
</style>
background-color css
<style>
a { background-color: #D2BBA2; }
a { background-color: rgb(210,187,162); }
div.DivClassName
{
background-color: #D2BBA2;
}
.BgClassName
{
background-color: #D2BBA2;
}
</style>
border-color css
<style>
span { border-color: #D2BBA2; }
span { border-color: rgb(210,187,162); }
td.TdClassName
{
border-color: #D2BBA2;
}
.TagClassName
{
border-color: #D2BBA2;
}
</style>