Shades of Soft Amber #D6BFA0
Tints of Soft Amber #D6BFA0
RGB
CMYK
RGB Variations
Color information
#D6BFA0 (or 0xD6BFA0) is known color: Soft Amber. HEX triplet: D6, BF and A0. RGB value is (214,191,160). Sum of RGB (Red+Green+Blue) = 214+191+160=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BFA0 is #29405F. Grayscale: #C2C2C2. Windows color (decimal): -2703456 or 10534870. OLE color: 10534870.
HSL color Cylindrical-coordinate representation of color #D6BFA0: hue angle of 34.44º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6BFA0 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 160 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.16 |
| HSL | 34.44º | 0.4% | 0.73% | - |
| HSV(B) | 34.44º | 0.25% | 0.84% | - |
| XYZ | 52.71 | 54.1 | 40.92 | - |
| YUV | 194.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 160 | 0 | 0.11 | 0.25 | 0.16 | 34.44 | 0.4 | 0.73 |
| Hex | D6 | BF | A0 | 0 | B | 19 | 10 | 22 | 28 | 49 |
| Octal | 326 | 277 | 240 | 0 | 13 | 31 | 20 | 42 | 50 | 111 |
| Binary | 11010110 | 10111111 | 10100000 | 0 | 1011 | 11001 | 10000 | 100010 | 101000 | 1001001 |
Color Harmonies of #D6BFA0
Complementary color
Monochromatic Colors of #D6BFA0
Black with #D6BFA0
Text Example
Text Example
White with #D6BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFA0; }
p { color: rgb(214,191,160); }
H1.HeaderClassName
{
color: #D6BFA0;
}
.AnyTagClassName
{
color: #D6BFA0;
}
</style>
background-color css
<style>
a { background-color: #D6BFA0; }
a { background-color: rgb(214,191,160); }
div.DivClassName
{
background-color: #D6BFA0;
}
.BgClassName
{
background-color: #D6BFA0;
}
</style>
border-color css
<style>
span { border-color: #D6BFA0; }
span { border-color: rgb(214,191,160); }
td.TdClassName
{
border-color: #D6BFA0;
}
.TagClassName
{
border-color: #D6BFA0;
}
</style>