Shades of Soft Amber #D6BE9C
Tints of Soft Amber #D6BE9C
RGB
CMYK
RGB Variations
Color information
#D6BE9C (or 0xD6BE9C) is known color: Soft Amber. HEX triplet: D6, BE and 9C. RGB value is (214,190,156). Sum of RGB (Red+Green+Blue) = 214+190+156=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE9C is #294163. Grayscale: #C1C1C1. Windows color (decimal): -2703716 or 10272470. OLE color: 10272470.
HSL color Cylindrical-coordinate representation of color #D6BE9C: hue angle of 35.17º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6BE9C is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 156 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.16 |
| HSL | 35.17º | 0.41% | 0.73% | - |
| HSV(B) | 35.17º | 0.27% | 0.84% | - |
| XYZ | 52.15 | 53.52 | 39.04 | - |
| YUV | 193.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 156 | 0 | 0.11 | 0.27 | 0.16 | 35.17 | 0.41 | 0.73 |
| Hex | D6 | BE | 9C | 0 | B | 1B | 10 | 23 | 29 | 49 |
| Octal | 326 | 276 | 234 | 0 | 13 | 33 | 20 | 43 | 51 | 111 |
| Binary | 11010110 | 10111110 | 10011100 | 0 | 1011 | 11011 | 10000 | 100011 | 101001 | 1001001 |
Color Harmonies of #D6BE9C
Complementary color
Monochromatic Colors of #D6BE9C
Black with #D6BE9C
Text Example
Text Example
White with #D6BE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE9C; }
p { color: rgb(214,190,156); }
H1.HeaderClassName
{
color: #D6BE9C;
}
.AnyTagClassName
{
color: #D6BE9C;
}
</style>
background-color css
<style>
a { background-color: #D6BE9C; }
a { background-color: rgb(214,190,156); }
div.DivClassName
{
background-color: #D6BE9C;
}
.BgClassName
{
background-color: #D6BE9C;
}
</style>
border-color css
<style>
span { border-color: #D6BE9C; }
span { border-color: rgb(214,190,156); }
td.TdClassName
{
border-color: #D6BE9C;
}
.TagClassName
{
border-color: #D6BE9C;
}
</style>