Shades of Soft Amber #D0BEAC
Tints of Soft Amber #D0BEAC
RGB
CMYK
RGB Variations
Color information
#D0BEAC (or 0xD0BEAC) is known color: Soft Amber. HEX triplet: D0, BE and AC. RGB value is (208,190,172). Sum of RGB (Red+Green+Blue) = 208+190+172=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BEAC is #2F4153. Grayscale: #C1C1C1. Windows color (decimal): -3096916 or 11321040. OLE color: 11321040.
HSL color Cylindrical-coordinate representation of color #D0BEAC: hue angle of 30º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0BEAC is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 190 | 172 | - |
CMYK | 0 | 0.09 | 0.17 | 0.18 |
HSL | 30º | 0.28% | 0.75% | - |
HSV(B) | 30º | 0.17% | 0.82% | - |
XYZ | 51.87 | 53.22 | 46.57 | - |
YUV | 193.33 | 115.96 | 138.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 190 | 172 | 0 | 0.09 | 0.17 | 0.18 | 30 | 0.28 | 0.75 |
Hex | D0 | BE | AC | 0 | 9 | 11 | 12 | 1E | 1C | 4B |
Octal | 320 | 276 | 254 | 0 | 11 | 21 | 22 | 36 | 34 | 113 |
Binary | 11010000 | 10111110 | 10101100 | 0 | 1001 | 10001 | 10010 | 11110 | 11100 | 1001011 |
Color Harmonies of #D0BEAC
Complementary color
Monochromatic Colors of #D0BEAC
Black with #D0BEAC
Text Example
Text Example
White with #D0BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEAC; }
p { color: rgb(208,190,172); }
H1.HeaderClassName
{
color: #D0BEAC;
}
.AnyTagClassName
{
color: #D0BEAC;
}
</style>
background-color css
<style>
a { background-color: #D0BEAC; }
a { background-color: rgb(208,190,172); }
div.DivClassName
{
background-color: #D0BEAC;
}
.BgClassName
{
background-color: #D0BEAC;
}
</style>
border-color css
<style>
span { border-color: #D0BEAC; }
span { border-color: rgb(208,190,172); }
td.TdClassName
{
border-color: #D0BEAC;
}
.TagClassName
{
border-color: #D0BEAC;
}
</style>