Shades of Soft Amber #D6BFA3
Tints of Soft Amber #D6BFA3
RGB
CMYK
RGB Variations
Color information
#D6BFA3 (or 0xD6BFA3) is known color: Soft Amber. HEX triplet: D6, BF and A3. RGB value is (214,191,163). Sum of RGB (Red+Green+Blue) = 214+191+163=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 163 (64.06% from 255 or 28.70% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BFA3 is #29405C. Grayscale: #C2C2C2. Windows color (decimal): -2703453 or 10731478. OLE color: 10731478.
HSL color Cylindrical-coordinate representation of color #D6BFA3: 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 #D6BFA3 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 163 | - |
| 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.97 | 54.2 | 42.32 | - |
| YUV | 194.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 163 | 0 | 0.11 | 0.24 | 0.16 | 32.94 | 0.38 | 0.74 |
| Hex | D6 | BF | A3 | 0 | B | 18 | 10 | 21 | 26 | 4A |
| Octal | 326 | 277 | 243 | 0 | 13 | 30 | 20 | 41 | 46 | 112 |
| Binary | 11010110 | 10111111 | 10100011 | 0 | 1011 | 11000 | 10000 | 100001 | 100110 | 1001010 |
Color Harmonies of #D6BFA3
Complementary color
Monochromatic Colors of #D6BFA3
Black with #D6BFA3
Text Example
Text Example
White with #D6BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFA3; }
p { color: rgb(214,191,163); }
H1.HeaderClassName
{
color: #D6BFA3;
}
.AnyTagClassName
{
color: #D6BFA3;
}
</style>
background-color css
<style>
a { background-color: #D6BFA3; }
a { background-color: rgb(214,191,163); }
div.DivClassName
{
background-color: #D6BFA3;
}
.BgClassName
{
background-color: #D6BFA3;
}
</style>
border-color css
<style>
span { border-color: #D6BFA3; }
span { border-color: rgb(214,191,163); }
td.TdClassName
{
border-color: #D6BFA3;
}
.TagClassName
{
border-color: #D6BFA3;
}
</style>