Shades of Soft Amber #D7BFA0
Tints of Soft Amber #D7BFA0
RGB
CMYK
RGB Variations
Color information
#D7BFA0 (or 0xD7BFA0) is known color: Soft Amber. HEX triplet: D7, BF and A0. RGB value is (215,191,160). Sum of RGB (Red+Green+Blue) = 215+191+160=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BFA0 is #28405F. Grayscale: #C2C2C2. Windows color (decimal): -2637920 or 10534871. OLE color: 10534871.
HSL color Cylindrical-coordinate representation of color #D7BFA0: hue angle of 33.82º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7BFA0 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 160 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.16 |
| HSL | 33.82º | 0.41% | 0.74% | - |
| HSV(B) | 33.82º | 0.26% | 0.84% | - |
| XYZ | 53 | 54.25 | 40.93 | - |
| YUV | 194.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 160 | 0 | 0.11 | 0.26 | 0.16 | 33.82 | 0.41 | 0.74 |
| Hex | D7 | BF | A0 | 0 | B | 1A | 10 | 22 | 29 | 4A |
| Octal | 327 | 277 | 240 | 0 | 13 | 32 | 20 | 42 | 51 | 112 |
| Binary | 11010111 | 10111111 | 10100000 | 0 | 1011 | 11010 | 10000 | 100010 | 101001 | 1001010 |
Color Harmonies of #D7BFA0
Complementary color
Monochromatic Colors of #D7BFA0
Black with #D7BFA0
Text Example
Text Example
White with #D7BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFA0; }
p { color: rgb(215,191,160); }
H1.HeaderClassName
{
color: #D7BFA0;
}
.AnyTagClassName
{
color: #D7BFA0;
}
</style>
background-color css
<style>
a { background-color: #D7BFA0; }
a { background-color: rgb(215,191,160); }
div.DivClassName
{
background-color: #D7BFA0;
}
.BgClassName
{
background-color: #D7BFA0;
}
</style>
border-color css
<style>
span { border-color: #D7BFA0; }
span { border-color: rgb(215,191,160); }
td.TdClassName
{
border-color: #D7BFA0;
}
.TagClassName
{
border-color: #D7BFA0;
}
</style>