Shades of Soft Amber #D3BE9D
Tints of Soft Amber #D3BE9D
RGB
CMYK
RGB Variations
Color information
#D3BE9D (or 0xD3BE9D) is known color: Soft Amber. HEX triplet: D3, BE and 9D. RGB value is (211,190,157). Sum of RGB (Red+Green+Blue) = 211+190+157=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BE9D is #2C4162. Grayscale: #C0C0C0. Windows color (decimal): -2900323 or 10338003. OLE color: 10338003.
HSL color Cylindrical-coordinate representation of color #D3BE9D: hue angle of 36.67º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3BE9D is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 157 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.17 |
| HSL | 36.67º | 0.38% | 0.72% | - |
| HSV(B) | 36.67º | 0.26% | 0.83% | - |
| XYZ | 51.36 | 53.11 | 39.44 | - |
| YUV | 192.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 157 | 0 | 0.10 | 0.26 | 0.17 | 36.67 | 0.38 | 0.72 |
| Hex | D3 | BE | 9D | 0 | A | 1A | 11 | 25 | 26 | 48 |
| Octal | 323 | 276 | 235 | 0 | 12 | 32 | 21 | 45 | 46 | 110 |
| Binary | 11010011 | 10111110 | 10011101 | 0 | 1010 | 11010 | 10001 | 100101 | 100110 | 1001000 |
Color Harmonies of #D3BE9D
Complementary color
Monochromatic Colors of #D3BE9D
Black with #D3BE9D
Text Example
Text Example
White with #D3BE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BE9D; }
p { color: rgb(211,190,157); }
H1.HeaderClassName
{
color: #D3BE9D;
}
.AnyTagClassName
{
color: #D3BE9D;
}
</style>
background-color css
<style>
a { background-color: #D3BE9D; }
a { background-color: rgb(211,190,157); }
div.DivClassName
{
background-color: #D3BE9D;
}
.BgClassName
{
background-color: #D3BE9D;
}
</style>
border-color css
<style>
span { border-color: #D3BE9D; }
span { border-color: rgb(211,190,157); }
td.TdClassName
{
border-color: #D3BE9D;
}
.TagClassName
{
border-color: #D3BE9D;
}
</style>