Shades of Soft Amber #D5BE9B
Tints of Soft Amber #D5BE9B
RGB
CMYK
RGB Variations
Color information
#D5BE9B (or 0xD5BE9B) is known color: Soft Amber. HEX triplet: D5, BE and 9B. RGB value is (213,190,155). Sum of RGB (Red+Green+Blue) = 213+190+155=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BE9B is #2A4164. Grayscale: #C1C1C1. Windows color (decimal): -2769253 or 10206933. OLE color: 10206933.
HSL color Cylindrical-coordinate representation of color #D5BE9B: hue angle of 36.21º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5BE9B is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 155 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.16 |
| HSL | 36.21º | 0.41% | 0.72% | - |
| HSV(B) | 36.21º | 0.27% | 0.84% | - |
| XYZ | 51.77 | 53.34 | 38.58 | - |
| YUV | 192.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 155 | 0 | 0.11 | 0.27 | 0.16 | 36.21 | 0.41 | 0.72 |
| Hex | D5 | BE | 9B | 0 | B | 1B | 10 | 24 | 29 | 48 |
| Octal | 325 | 276 | 233 | 0 | 13 | 33 | 20 | 44 | 51 | 110 |
| Binary | 11010101 | 10111110 | 10011011 | 0 | 1011 | 11011 | 10000 | 100100 | 101001 | 1001000 |
Color Harmonies of #D5BE9B
Complementary color
Monochromatic Colors of #D5BE9B
Black with #D5BE9B
Text Example
Text Example
White with #D5BE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE9B; }
p { color: rgb(213,190,155); }
H1.HeaderClassName
{
color: #D5BE9B;
}
.AnyTagClassName
{
color: #D5BE9B;
}
</style>
background-color css
<style>
a { background-color: #D5BE9B; }
a { background-color: rgb(213,190,155); }
div.DivClassName
{
background-color: #D5BE9B;
}
.BgClassName
{
background-color: #D5BE9B;
}
</style>
border-color css
<style>
span { border-color: #D5BE9B; }
span { border-color: rgb(213,190,155); }
td.TdClassName
{
border-color: #D5BE9B;
}
.TagClassName
{
border-color: #D5BE9B;
}
</style>