Shades of Soft Amber #D4BCA2
Tints of Soft Amber #D4BCA2
RGB
CMYK
RGB Variations
Color information
#D4BCA2 (or 0xD4BCA2) is known color: Soft Amber. HEX triplet: D4, BC and A2. RGB value is (212,188,162). Sum of RGB (Red+Green+Blue) = 212+188+162=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BCA2 is #2B435D. Grayscale: #C0C0C0. Windows color (decimal): -2835294 or 10665172. OLE color: 10665172.
HSL color Cylindrical-coordinate representation of color #D4BCA2: hue angle of 31.2º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4BCA2 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 188 | 162 | - |
CMYK | 0 | 0.11 | 0.24 | 0.17 |
HSL | 31.2º | 0.37% | 0.73% | - |
HSV(B) | 31.2º | 0.24% | 0.83% | - |
XYZ | 51.66 | 52.57 | 41.61 | - |
YUV | 192.21 | 110.95 | 142.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 188 | 162 | 0 | 0.11 | 0.24 | 0.17 | 31.2 | 0.37 | 0.73 |
Hex | D4 | BC | A2 | 0 | B | 18 | 11 | 1F | 25 | 49 |
Octal | 324 | 274 | 242 | 0 | 13 | 30 | 21 | 37 | 45 | 111 |
Binary | 11010100 | 10111100 | 10100010 | 0 | 1011 | 11000 | 10001 | 11111 | 100101 | 1001001 |
Color Harmonies of #D4BCA2
Complementary color
Monochromatic Colors of #D4BCA2
Black with #D4BCA2
Text Example
Text Example
White with #D4BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCA2; }
p { color: rgb(212,188,162); }
H1.HeaderClassName
{
color: #D4BCA2;
}
.AnyTagClassName
{
color: #D4BCA2;
}
</style>
background-color css
<style>
a { background-color: #D4BCA2; }
a { background-color: rgb(212,188,162); }
div.DivClassName
{
background-color: #D4BCA2;
}
.BgClassName
{
background-color: #D4BCA2;
}
</style>
border-color css
<style>
span { border-color: #D4BCA2; }
span { border-color: rgb(212,188,162); }
td.TdClassName
{
border-color: #D4BCA2;
}
.TagClassName
{
border-color: #D4BCA2;
}
</style>