Shades of Soft Amber #D2BFA3
Tints of Soft Amber #D2BFA3
RGB
CMYK
RGB Variations
Color information
#D2BFA3 (or 0xD2BFA3) is known color: Soft Amber. HEX triplet: D2, BF and A3. RGB value is (210,191,163). Sum of RGB (Red+Green+Blue) = 210+191+163=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BFA3 is #2D405C. Grayscale: #C1C1C1. Windows color (decimal): -2965597 or 10731474. OLE color: 10731474.
HSL color Cylindrical-coordinate representation of color #D2BFA3: hue angle of 35.74º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2BFA3 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 163 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.18 |
| HSL | 35.74º | 0.34% | 0.73% | - |
| HSV(B) | 35.74º | 0.22% | 0.82% | - |
| XYZ | 51.82 | 53.61 | 42.27 | - |
| YUV | 193.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 163 | 0 | 0.09 | 0.22 | 0.18 | 35.74 | 0.34 | 0.73 |
| Hex | D2 | BF | A3 | 0 | 9 | 16 | 12 | 24 | 22 | 49 |
| Octal | 322 | 277 | 243 | 0 | 11 | 26 | 22 | 44 | 42 | 111 |
| Binary | 11010010 | 10111111 | 10100011 | 0 | 1001 | 10110 | 10010 | 100100 | 100010 | 1001001 |
Color Harmonies of #D2BFA3
Complementary color
Monochromatic Colors of #D2BFA3
Black with #D2BFA3
Text Example
Text Example
White with #D2BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFA3; }
p { color: rgb(210,191,163); }
H1.HeaderClassName
{
color: #D2BFA3;
}
.AnyTagClassName
{
color: #D2BFA3;
}
</style>
background-color css
<style>
a { background-color: #D2BFA3; }
a { background-color: rgb(210,191,163); }
div.DivClassName
{
background-color: #D2BFA3;
}
.BgClassName
{
background-color: #D2BFA3;
}
</style>
border-color css
<style>
span { border-color: #D2BFA3; }
span { border-color: rgb(210,191,163); }
td.TdClassName
{
border-color: #D2BFA3;
}
.TagClassName
{
border-color: #D2BFA3;
}
</style>