Shades of Soft Amber #D0BEA8
Tints of Soft Amber #D0BEA8
RGB
CMYK
RGB Variations
Color information
#D0BEA8 (or 0xD0BEA8) is known color: Soft Amber. HEX triplet: D0, BE and A8. RGB value is (208,190,168). Sum of RGB (Red+Green+Blue) = 208+190+168=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BEA8 is #2F4157. Grayscale: #C0C0C0. Windows color (decimal): -3096920 or 11058896. OLE color: 11058896.
HSL color Cylindrical-coordinate representation of color #D0BEA8: hue angle of 33º degrees, saturation: 0.3, 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 #D0BEA8 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 168 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.18 |
| HSL | 33º | 0.3% | 0.74% | - |
| HSV(B) | 33º | 0.19% | 0.82% | - |
| XYZ | 51.49 | 53.06 | 44.57 | - |
| YUV | 192.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 168 | 0 | 0.09 | 0.19 | 0.18 | 33 | 0.3 | 0.74 |
| Hex | D0 | BE | A8 | 0 | 9 | 13 | 12 | 21 | 1E | 4A |
| Octal | 320 | 276 | 250 | 0 | 11 | 23 | 22 | 41 | 36 | 112 |
| Binary | 11010000 | 10111110 | 10101000 | 0 | 1001 | 10011 | 10010 | 100001 | 11110 | 1001010 |
Color Harmonies of #D0BEA8
Complementary color
Monochromatic Colors of #D0BEA8
Black with #D0BEA8
Text Example
Text Example
White with #D0BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEA8; }
p { color: rgb(208,190,168); }
H1.HeaderClassName
{
color: #D0BEA8;
}
.AnyTagClassName
{
color: #D0BEA8;
}
</style>
background-color css
<style>
a { background-color: #D0BEA8; }
a { background-color: rgb(208,190,168); }
div.DivClassName
{
background-color: #D0BEA8;
}
.BgClassName
{
background-color: #D0BEA8;
}
</style>
border-color css
<style>
span { border-color: #D0BEA8; }
span { border-color: rgb(208,190,168); }
td.TdClassName
{
border-color: #D0BEA8;
}
.TagClassName
{
border-color: #D0BEA8;
}
</style>