Shades of Soft Amber #D0BEA9
Tints of Soft Amber #D0BEA9
RGB
CMYK
RGB Variations
Color information
#D0BEA9 (or 0xD0BEA9) is known color: Soft Amber. HEX triplet: D0, BE and A9. RGB value is (208,190,169). Sum of RGB (Red+Green+Blue) = 208+190+169=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BEA9 is #2F4156. Grayscale: #C1C1C1. Windows color (decimal): -3096919 or 11124432. OLE color: 11124432.
HSL color Cylindrical-coordinate representation of color #D0BEA9: hue angle of 32.31º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0BEA9 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 169 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.18 |
| HSL | 32.31º | 0.29% | 0.74% | - |
| HSV(B) | 32.31º | 0.19% | 0.82% | - |
| XYZ | 51.59 | 53.1 | 45.07 | - |
| YUV | 192.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 169 | 0 | 0.09 | 0.19 | 0.18 | 32.31 | 0.29 | 0.74 |
| Hex | D0 | BE | A9 | 0 | 9 | 13 | 12 | 20 | 1D | 4A |
| Octal | 320 | 276 | 251 | 0 | 11 | 23 | 22 | 40 | 35 | 112 |
| Binary | 11010000 | 10111110 | 10101001 | 0 | 1001 | 10011 | 10010 | 100000 | 11101 | 1001010 |
Color Harmonies of #D0BEA9
Complementary color
Monochromatic Colors of #D0BEA9
Black with #D0BEA9
Text Example
Text Example
White with #D0BEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEA9; }
p { color: rgb(208,190,169); }
H1.HeaderClassName
{
color: #D0BEA9;
}
.AnyTagClassName
{
color: #D0BEA9;
}
</style>
background-color css
<style>
a { background-color: #D0BEA9; }
a { background-color: rgb(208,190,169); }
div.DivClassName
{
background-color: #D0BEA9;
}
.BgClassName
{
background-color: #D0BEA9;
}
</style>
border-color css
<style>
span { border-color: #D0BEA9; }
span { border-color: rgb(208,190,169); }
td.TdClassName
{
border-color: #D0BEA9;
}
.TagClassName
{
border-color: #D0BEA9;
}
</style>