Shades of Soft Amber #D7BD9D
Tints of Soft Amber #D7BD9D
RGB
CMYK
RGB Variations
Color information
#D7BD9D (or 0xD7BD9D) is known color: Soft Amber. HEX triplet: D7, BD and 9D. RGB value is (215,189,157). Sum of RGB (Red+Green+Blue) = 215+189+157=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD9D is #284262. Grayscale: #C1C1C1. Windows color (decimal): -2638435 or 10337751. OLE color: 10337751.
HSL color Cylindrical-coordinate representation of color #D7BD9D: hue angle of 33.1º degrees, saturation: 0.42, 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 #D7BD9D is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 157 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.16 |
| HSL | 33.1º | 0.42% | 0.73% | - |
| HSV(B) | 33.1º | 0.27% | 0.84% | - |
| XYZ | 52.31 | 53.28 | 39.42 | - |
| YUV | 193.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 157 | 0 | 0.12 | 0.27 | 0.16 | 33.1 | 0.42 | 0.73 |
| Hex | D7 | BD | 9D | 0 | C | 1B | 10 | 21 | 2A | 49 |
| Octal | 327 | 275 | 235 | 0 | 14 | 33 | 20 | 41 | 52 | 111 |
| Binary | 11010111 | 10111101 | 10011101 | 0 | 1100 | 11011 | 10000 | 100001 | 101010 | 1001001 |
Color Harmonies of #D7BD9D
Complementary color
Monochromatic Colors of #D7BD9D
Black with #D7BD9D
Text Example
Text Example
White with #D7BD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD9D; }
p { color: rgb(215,189,157); }
H1.HeaderClassName
{
color: #D7BD9D;
}
.AnyTagClassName
{
color: #D7BD9D;
}
</style>
background-color css
<style>
a { background-color: #D7BD9D; }
a { background-color: rgb(215,189,157); }
div.DivClassName
{
background-color: #D7BD9D;
}
.BgClassName
{
background-color: #D7BD9D;
}
</style>
border-color css
<style>
span { border-color: #D7BD9D; }
span { border-color: rgb(215,189,157); }
td.TdClassName
{
border-color: #D7BD9D;
}
.TagClassName
{
border-color: #D7BD9D;
}
</style>