Shades of Soft Amber #D4BD9B
Tints of Soft Amber #D4BD9B
RGB
CMYK
RGB Variations
Color information
#D4BD9B (or 0xD4BD9B) is known color: Soft Amber. HEX triplet: D4, BD and 9B. RGB value is (212,189,155). Sum of RGB (Red+Green+Blue) = 212+189+155=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BD9B is #2B4264. Grayscale: #C0C0C0. Windows color (decimal): -2835045 or 10206676. OLE color: 10206676.
HSL color Cylindrical-coordinate representation of color #D4BD9B: hue angle of 35.79º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4BD9B is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 189 | 155 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.17 |
| HSL | 35.79º | 0.4% | 0.72% | - |
| HSV(B) | 35.79º | 0.27% | 0.83% | - |
| XYZ | 51.27 | 52.76 | 38.49 | - |
| YUV | 192 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 155 | 0 | 0.11 | 0.27 | 0.17 | 35.79 | 0.4 | 0.72 |
| Hex | D4 | BD | 9B | 0 | B | 1B | 11 | 24 | 28 | 48 |
| Octal | 324 | 275 | 233 | 0 | 13 | 33 | 21 | 44 | 50 | 110 |
| Binary | 11010100 | 10111101 | 10011011 | 0 | 1011 | 11011 | 10001 | 100100 | 101000 | 1001000 |
Color Harmonies of #D4BD9B
Complementary color
Monochromatic Colors of #D4BD9B
Black with #D4BD9B
Text Example
Text Example
White with #D4BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BD9B; }
p { color: rgb(212,189,155); }
H1.HeaderClassName
{
color: #D4BD9B;
}
.AnyTagClassName
{
color: #D4BD9B;
}
</style>
background-color css
<style>
a { background-color: #D4BD9B; }
a { background-color: rgb(212,189,155); }
div.DivClassName
{
background-color: #D4BD9B;
}
.BgClassName
{
background-color: #D4BD9B;
}
</style>
border-color css
<style>
span { border-color: #D4BD9B; }
span { border-color: rgb(212,189,155); }
td.TdClassName
{
border-color: #D4BD9B;
}
.TagClassName
{
border-color: #D4BD9B;
}
</style>