Shades of Soft Amber #D1BFA8
Tints of Soft Amber #D1BFA8
RGB
CMYK
RGB Variations
Color information
#D1BFA8 (or 0xD1BFA8) is known color: Soft Amber. HEX triplet: D1, BF and A8. RGB value is (209,191,168). Sum of RGB (Red+Green+Blue) = 209+191+168=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BFA8 is #2E4057. Grayscale: #C1C1C1. Windows color (decimal): -3031128 or 11059153. OLE color: 11059153.
HSL color Cylindrical-coordinate representation of color #D1BFA8: hue angle of 33.66º degrees, saturation: 0.31, 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 #D1BFA8 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 168 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.18 |
| HSL | 33.66º | 0.31% | 0.74% | - |
| HSV(B) | 33.66º | 0.2% | 0.82% | - |
| XYZ | 51.99 | 53.64 | 44.66 | - |
| YUV | 193.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 168 | 0 | 0.09 | 0.20 | 0.18 | 33.66 | 0.31 | 0.74 |
| Hex | D1 | BF | A8 | 0 | 9 | 14 | 12 | 22 | 1F | 4A |
| Octal | 321 | 277 | 250 | 0 | 11 | 24 | 22 | 42 | 37 | 112 |
| Binary | 11010001 | 10111111 | 10101000 | 0 | 1001 | 10100 | 10010 | 100010 | 11111 | 1001010 |
Color Harmonies of #D1BFA8
Complementary color
Monochromatic Colors of #D1BFA8
Black with #D1BFA8
Text Example
Text Example
White with #D1BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFA8; }
p { color: rgb(209,191,168); }
H1.HeaderClassName
{
color: #D1BFA8;
}
.AnyTagClassName
{
color: #D1BFA8;
}
</style>
background-color css
<style>
a { background-color: #D1BFA8; }
a { background-color: rgb(209,191,168); }
div.DivClassName
{
background-color: #D1BFA8;
}
.BgClassName
{
background-color: #D1BFA8;
}
</style>
border-color css
<style>
span { border-color: #D1BFA8; }
span { border-color: rgb(209,191,168); }
td.TdClassName
{
border-color: #D1BFA8;
}
.TagClassName
{
border-color: #D1BFA8;
}
</style>