Shades of Soft Amber #D8BFA1
Tints of Soft Amber #D8BFA1
RGB
CMYK
RGB Variations
Color information
#D8BFA1 (or 0xD8BFA1) is known color: Soft Amber. HEX triplet: D8, BF and A1. RGB value is (216,191,161). Sum of RGB (Red+Green+Blue) = 216+191+161=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BFA1 is #27405E. Grayscale: #C3C3C3. Windows color (decimal): -2572383 or 10600408. OLE color: 10600408.
HSL color Cylindrical-coordinate representation of color #D8BFA1: hue angle of 32.73º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8BFA1 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 161 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.15 |
| HSL | 32.73º | 0.41% | 0.74% | - |
| HSV(B) | 32.73º | 0.25% | 0.85% | - |
| XYZ | 53.38 | 54.43 | 41.41 | - |
| YUV | 195.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 161 | 0 | 0.12 | 0.25 | 0.15 | 32.73 | 0.41 | 0.74 |
| Hex | D8 | BF | A1 | 0 | C | 19 | F | 21 | 29 | 4A |
| Octal | 330 | 277 | 241 | 0 | 14 | 31 | 17 | 41 | 51 | 112 |
| Binary | 11011000 | 10111111 | 10100001 | 0 | 1100 | 11001 | 1111 | 100001 | 101001 | 1001010 |
Color Harmonies of #D8BFA1
Complementary color
Monochromatic Colors of #D8BFA1
Black with #D8BFA1
Text Example
Text Example
White with #D8BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BFA1; }
p { color: rgb(216,191,161); }
H1.HeaderClassName
{
color: #D8BFA1;
}
.AnyTagClassName
{
color: #D8BFA1;
}
</style>
background-color css
<style>
a { background-color: #D8BFA1; }
a { background-color: rgb(216,191,161); }
div.DivClassName
{
background-color: #D8BFA1;
}
.BgClassName
{
background-color: #D8BFA1;
}
</style>
border-color css
<style>
span { border-color: #D8BFA1; }
span { border-color: rgb(216,191,161); }
td.TdClassName
{
border-color: #D8BFA1;
}
.TagClassName
{
border-color: #D8BFA1;
}
</style>