Shades of Soft Amber #D5BE9F
Tints of Soft Amber #D5BE9F
RGB
CMYK
RGB Variations
Color information
#D5BE9F (or 0xD5BE9F) is known color: Soft Amber. HEX triplet: D5, BE and 9F. RGB value is (213,190,159). Sum of RGB (Red+Green+Blue) = 213+190+159=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BE9F is #2A4160. Grayscale: #C1C1C1. Windows color (decimal): -2769249 or 10469077. OLE color: 10469077.
HSL color Cylindrical-coordinate representation of color #D5BE9F: hue angle of 34.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5BE9F is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 190 | 159 | - |
CMYK | 0 | 0.11 | 0.25 | 0.16 |
HSL | 34.44º | 0.39% | 0.73% | - |
HSV(B) | 34.44º | 0.25% | 0.84% | - |
XYZ | 52.11 | 53.48 | 40.38 | - |
YUV | 193.34 | 108.62 | 142.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 190 | 159 | 0 | 0.11 | 0.25 | 0.16 | 34.44 | 0.39 | 0.73 |
Hex | D5 | BE | 9F | 0 | B | 19 | 10 | 22 | 27 | 49 |
Octal | 325 | 276 | 237 | 0 | 13 | 31 | 20 | 42 | 47 | 111 |
Binary | 11010101 | 10111110 | 10011111 | 0 | 1011 | 11001 | 10000 | 100010 | 100111 | 1001001 |
Color Harmonies of #D5BE9F
Complementary color
Monochromatic Colors of #D5BE9F
Black with #D5BE9F
Text Example
Text Example
White with #D5BE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE9F; }
p { color: rgb(213,190,159); }
H1.HeaderClassName
{
color: #D5BE9F;
}
.AnyTagClassName
{
color: #D5BE9F;
}
</style>
background-color css
<style>
a { background-color: #D5BE9F; }
a { background-color: rgb(213,190,159); }
div.DivClassName
{
background-color: #D5BE9F;
}
.BgClassName
{
background-color: #D5BE9F;
}
</style>
border-color css
<style>
span { border-color: #D5BE9F; }
span { border-color: rgb(213,190,159); }
td.TdClassName
{
border-color: #D5BE9F;
}
.TagClassName
{
border-color: #D5BE9F;
}
</style>