Shades of Soft Amber #D4BFA0
Tints of Soft Amber #D4BFA0
RGB
CMYK
RGB Variations
Color information
#D4BFA0 (or 0xD4BFA0) is known color: Soft Amber. HEX triplet: D4, BF and A0. RGB value is (212,191,160). Sum of RGB (Red+Green+Blue) = 212+191+160=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BFA0 is #2B405F. Grayscale: #C1C1C1. Windows color (decimal): -2834528 or 10534868. OLE color: 10534868.
HSL color Cylindrical-coordinate representation of color #D4BFA0: hue angle of 35.77º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4BFA0 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 160 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.17 |
| HSL | 35.77º | 0.38% | 0.73% | - |
| HSV(B) | 35.77º | 0.25% | 0.83% | - |
| XYZ | 52.13 | 53.8 | 40.89 | - |
| YUV | 193.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 160 | 0 | 0.10 | 0.25 | 0.17 | 35.77 | 0.38 | 0.73 |
| Hex | D4 | BF | A0 | 0 | A | 19 | 11 | 24 | 26 | 49 |
| Octal | 324 | 277 | 240 | 0 | 12 | 31 | 21 | 44 | 46 | 111 |
| Binary | 11010100 | 10111111 | 10100000 | 0 | 1010 | 11001 | 10001 | 100100 | 100110 | 1001001 |
Color Harmonies of #D4BFA0
Complementary color
Monochromatic Colors of #D4BFA0
Black with #D4BFA0
Text Example
Text Example
White with #D4BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFA0; }
p { color: rgb(212,191,160); }
H1.HeaderClassName
{
color: #D4BFA0;
}
.AnyTagClassName
{
color: #D4BFA0;
}
</style>
background-color css
<style>
a { background-color: #D4BFA0; }
a { background-color: rgb(212,191,160); }
div.DivClassName
{
background-color: #D4BFA0;
}
.BgClassName
{
background-color: #D4BFA0;
}
</style>
border-color css
<style>
span { border-color: #D4BFA0; }
span { border-color: rgb(212,191,160); }
td.TdClassName
{
border-color: #D4BFA0;
}
.TagClassName
{
border-color: #D4BFA0;
}
</style>