Shades of Soft Amber #D1BDA4
Tints of Soft Amber #D1BDA4
RGB
CMYK
RGB Variations
Color information
#D1BDA4 (or 0xD1BDA4) is known color: Soft Amber. HEX triplet: D1, BD and A4. RGB value is (209,189,164). Sum of RGB (Red+Green+Blue) = 209+189+164=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BDA4 is #2E425B. Grayscale: #C0C0C0. Windows color (decimal): -3031644 or 10796497. OLE color: 10796497.
HSL color Cylindrical-coordinate representation of color #D1BDA4: hue angle of 33.33º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1BDA4 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 189 | 164 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.18 |
| HSL | 33.33º | 0.33% | 0.73% | - |
| HSV(B) | 33.33º | 0.22% | 0.82% | - |
| XYZ | 51.19 | 52.63 | 42.58 | - |
| YUV | 192.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 164 | 0 | 0.10 | 0.22 | 0.18 | 33.33 | 0.33 | 0.73 |
| Hex | D1 | BD | A4 | 0 | A | 16 | 12 | 21 | 21 | 49 |
| Octal | 321 | 275 | 244 | 0 | 12 | 26 | 22 | 41 | 41 | 111 |
| Binary | 11010001 | 10111101 | 10100100 | 0 | 1010 | 10110 | 10010 | 100001 | 100001 | 1001001 |
Color Harmonies of #D1BDA4
Complementary color
Monochromatic Colors of #D1BDA4
Black with #D1BDA4
Text Example
Text Example
White with #D1BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDA4; }
p { color: rgb(209,189,164); }
H1.HeaderClassName
{
color: #D1BDA4;
}
.AnyTagClassName
{
color: #D1BDA4;
}
</style>
background-color css
<style>
a { background-color: #D1BDA4; }
a { background-color: rgb(209,189,164); }
div.DivClassName
{
background-color: #D1BDA4;
}
.BgClassName
{
background-color: #D1BDA4;
}
</style>
border-color css
<style>
span { border-color: #D1BDA4; }
span { border-color: rgb(209,189,164); }
td.TdClassName
{
border-color: #D1BDA4;
}
.TagClassName
{
border-color: #D1BDA4;
}
</style>