Shades of Soft Amber #D0BCA0
Tints of Soft Amber #D0BCA0
RGB
CMYK
RGB Variations
Color information
#D0BCA0 (or 0xD0BCA0) is known color: Soft Amber. HEX triplet: D0, BC and A0. RGB value is (208,188,160). Sum of RGB (Red+Green+Blue) = 208+188+160=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BCA0 is #2F435F. Grayscale: #BEBEBE. Windows color (decimal): -3097440 or 10534096. OLE color: 10534096.
HSL color Cylindrical-coordinate representation of color #D0BCA0: hue angle of 35º 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 #D0BCA0 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 160 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.18 |
| HSL | 35º | 0.34% | 0.72% | - |
| HSV(B) | 35º | 0.23% | 0.82% | - |
| XYZ | 50.34 | 51.91 | 40.62 | - |
| YUV | 190.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 160 | 0 | 0.10 | 0.23 | 0.18 | 35 | 0.34 | 0.72 |
| Hex | D0 | BC | A0 | 0 | A | 17 | 12 | 23 | 22 | 48 |
| Octal | 320 | 274 | 240 | 0 | 12 | 27 | 22 | 43 | 42 | 110 |
| Binary | 11010000 | 10111100 | 10100000 | 0 | 1010 | 10111 | 10010 | 100011 | 100010 | 1001000 |
Color Harmonies of #D0BCA0
Complementary color
Monochromatic Colors of #D0BCA0
Black with #D0BCA0
Text Example
Text Example
White with #D0BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCA0; }
p { color: rgb(208,188,160); }
H1.HeaderClassName
{
color: #D0BCA0;
}
.AnyTagClassName
{
color: #D0BCA0;
}
</style>
background-color css
<style>
a { background-color: #D0BCA0; }
a { background-color: rgb(208,188,160); }
div.DivClassName
{
background-color: #D0BCA0;
}
.BgClassName
{
background-color: #D0BCA0;
}
</style>
border-color css
<style>
span { border-color: #D0BCA0; }
span { border-color: rgb(208,188,160); }
td.TdClassName
{
border-color: #D0BCA0;
}
.TagClassName
{
border-color: #D0BCA0;
}
</style>