Shades of Soft Amber #D0BBA0
Tints of Soft Amber #D0BBA0
RGB
CMYK
RGB Variations
Color information
#D0BBA0 (or 0xD0BBA0) is known color: Soft Amber. HEX triplet: D0, BB and A0. RGB value is (208,187,160). Sum of RGB (Red+Green+Blue) = 208+187+160=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BBA0 is #2F445F. Grayscale: #BEBEBE. Windows color (decimal): -3097696 or 10533840. OLE color: 10533840.
HSL color Cylindrical-coordinate representation of color #D0BBA0: hue angle of 33.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0BBA0 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 160 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.18 |
| HSL | 33.75º | 0.34% | 0.72% | - |
| HSV(B) | 33.75º | 0.23% | 0.82% | - |
| XYZ | 50.13 | 51.49 | 40.55 | - |
| YUV | 190.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 160 | 0 | 0.10 | 0.23 | 0.18 | 33.75 | 0.34 | 0.72 |
| Hex | D0 | BB | A0 | 0 | A | 17 | 12 | 22 | 22 | 48 |
| Octal | 320 | 273 | 240 | 0 | 12 | 27 | 22 | 42 | 42 | 110 |
| Binary | 11010000 | 10111011 | 10100000 | 0 | 1010 | 10111 | 10010 | 100010 | 100010 | 1001000 |
Color Harmonies of #D0BBA0
Complementary color
Monochromatic Colors of #D0BBA0
Black with #D0BBA0
Text Example
Text Example
White with #D0BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBA0; }
p { color: rgb(208,187,160); }
H1.HeaderClassName
{
color: #D0BBA0;
}
.AnyTagClassName
{
color: #D0BBA0;
}
</style>
background-color css
<style>
a { background-color: #D0BBA0; }
a { background-color: rgb(208,187,160); }
div.DivClassName
{
background-color: #D0BBA0;
}
.BgClassName
{
background-color: #D0BBA0;
}
</style>
border-color css
<style>
span { border-color: #D0BBA0; }
span { border-color: rgb(208,187,160); }
td.TdClassName
{
border-color: #D0BBA0;
}
.TagClassName
{
border-color: #D0BBA0;
}
</style>