Shades of Soft Amber #D0BDA0
Tints of Soft Amber #D0BDA0
RGB
CMYK
RGB Variations
Color information
#D0BDA0 (or 0xD0BDA0) is known color: Soft Amber. HEX triplet: D0, BD and A0. RGB value is (208,189,160). Sum of RGB (Red+Green+Blue) = 208+189+160=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BDA0 is #2F425F. Grayscale: #BFBFBF. Windows color (decimal): -3097184 or 10534352. OLE color: 10534352.
HSL color Cylindrical-coordinate representation of color #D0BDA0: hue angle of 36.25º 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 #D0BDA0 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 160 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.18 |
| HSL | 36.25º | 0.34% | 0.72% | - |
| HSV(B) | 36.25º | 0.23% | 0.82% | - |
| XYZ | 50.56 | 52.34 | 40.7 | - |
| YUV | 191.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 160 | 0 | 0.09 | 0.23 | 0.18 | 36.25 | 0.34 | 0.72 |
| Hex | D0 | BD | A0 | 0 | 9 | 17 | 12 | 24 | 22 | 48 |
| Octal | 320 | 275 | 240 | 0 | 11 | 27 | 22 | 44 | 42 | 110 |
| Binary | 11010000 | 10111101 | 10100000 | 0 | 1001 | 10111 | 10010 | 100100 | 100010 | 1001000 |
Color Harmonies of #D0BDA0
Complementary color
Monochromatic Colors of #D0BDA0
Black with #D0BDA0
Text Example
Text Example
White with #D0BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDA0; }
p { color: rgb(208,189,160); }
H1.HeaderClassName
{
color: #D0BDA0;
}
.AnyTagClassName
{
color: #D0BDA0;
}
</style>
background-color css
<style>
a { background-color: #D0BDA0; }
a { background-color: rgb(208,189,160); }
div.DivClassName
{
background-color: #D0BDA0;
}
.BgClassName
{
background-color: #D0BDA0;
}
</style>
border-color css
<style>
span { border-color: #D0BDA0; }
span { border-color: rgb(208,189,160); }
td.TdClassName
{
border-color: #D0BDA0;
}
.TagClassName
{
border-color: #D0BDA0;
}
</style>