Shades of Soft Amber #D0BFA3
Tints of Soft Amber #D0BFA3
RGB
CMYK
RGB Variations
Color information
#D0BFA3 (or 0xD0BFA3) is known color: Soft Amber. HEX triplet: D0, BF and A3. RGB value is (208,191,163). Sum of RGB (Red+Green+Blue) = 208+191+163=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BFA3 is #2F405C. Grayscale: #C1C1C1. Windows color (decimal): -3096669 or 10731472. OLE color: 10731472.
HSL color Cylindrical-coordinate representation of color #D0BFA3: hue angle of 37.33º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0BFA3 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 163 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.18 |
| HSL | 37.33º | 0.32% | 0.73% | - |
| HSV(B) | 37.33º | 0.22% | 0.82% | - |
| XYZ | 51.25 | 53.32 | 42.24 | - |
| YUV | 192.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 163 | 0 | 0.08 | 0.22 | 0.18 | 37.33 | 0.32 | 0.73 |
| Hex | D0 | BF | A3 | 0 | 8 | 16 | 12 | 25 | 20 | 49 |
| Octal | 320 | 277 | 243 | 0 | 10 | 26 | 22 | 45 | 40 | 111 |
| Binary | 11010000 | 10111111 | 10100011 | 0 | 1000 | 10110 | 10010 | 100101 | 100000 | 1001001 |
Color Harmonies of #D0BFA3
Complementary color
Monochromatic Colors of #D0BFA3
Black with #D0BFA3
Text Example
Text Example
White with #D0BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFA3; }
p { color: rgb(208,191,163); }
H1.HeaderClassName
{
color: #D0BFA3;
}
.AnyTagClassName
{
color: #D0BFA3;
}
</style>
background-color css
<style>
a { background-color: #D0BFA3; }
a { background-color: rgb(208,191,163); }
div.DivClassName
{
background-color: #D0BFA3;
}
.BgClassName
{
background-color: #D0BFA3;
}
</style>
border-color css
<style>
span { border-color: #D0BFA3; }
span { border-color: rgb(208,191,163); }
td.TdClassName
{
border-color: #D0BFA3;
}
.TagClassName
{
border-color: #D0BFA3;
}
</style>