Shades of Soft Amber #D2BCA8
Tints of Soft Amber #D2BCA8
RGB
CMYK
RGB Variations
Color information
#D2BCA8 (or 0xD2BCA8) is known color: Soft Amber. HEX triplet: D2, BC and A8. RGB value is (210,188,168). Sum of RGB (Red+Green+Blue) = 210+188+168=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BCA8 is #2D4357. Grayscale: #C0C0C0. Windows color (decimal): -2966360 or 11058386. OLE color: 11058386.
HSL color Cylindrical-coordinate representation of color #D2BCA8: hue angle of 28.57º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2BCA8 is Cyan = 0, Magento = 0.10, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 168 | - |
| CMYK | 0 | 0.10 | 0.2 | 0.18 |
| HSL | 28.57º | 0.32% | 0.74% | - |
| HSV(B) | 28.57º | 0.2% | 0.82% | - |
| XYZ | 51.63 | 52.5 | 44.46 | - |
| YUV | 192.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 168 | 0 | 0.10 | 0.2 | 0.18 | 28.57 | 0.32 | 0.74 |
| Hex | D2 | BC | A8 | 0 | A | 14 | 12 | 1D | 20 | 4A |
| Octal | 322 | 274 | 250 | 0 | 12 | 24 | 22 | 35 | 40 | 112 |
| Binary | 11010010 | 10111100 | 10101000 | 0 | 1010 | 10100 | 10010 | 11101 | 100000 | 1001010 |
Color Harmonies of #D2BCA8
Complementary color
Monochromatic Colors of #D2BCA8
Black with #D2BCA8
Text Example
Text Example
White with #D2BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCA8; }
p { color: rgb(210,188,168); }
H1.HeaderClassName
{
color: #D2BCA8;
}
.AnyTagClassName
{
color: #D2BCA8;
}
</style>
background-color css
<style>
a { background-color: #D2BCA8; }
a { background-color: rgb(210,188,168); }
div.DivClassName
{
background-color: #D2BCA8;
}
.BgClassName
{
background-color: #D2BCA8;
}
</style>
border-color css
<style>
span { border-color: #D2BCA8; }
span { border-color: rgb(210,188,168); }
td.TdClassName
{
border-color: #D2BCA8;
}
.TagClassName
{
border-color: #D2BCA8;
}
</style>