Shades of Soft Amber #D4BF9F
Tints of Soft Amber #D4BF9F
RGB
CMYK
RGB Variations
Color information
#D4BF9F (or 0xD4BF9F) is known color: Soft Amber. HEX triplet: D4, BF and 9F. RGB value is (212,191,159). Sum of RGB (Red+Green+Blue) = 212+191+159=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BF9F is #2B4060. Grayscale: #C1C1C1. Windows color (decimal): -2834529 or 10469332. OLE color: 10469332.
HSL color Cylindrical-coordinate representation of color #D4BF9F: hue angle of 36.23º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4BF9F is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 159 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.17 |
| HSL | 36.23º | 0.38% | 0.73% | - |
| HSV(B) | 36.23º | 0.25% | 0.83% | - |
| XYZ | 52.04 | 53.76 | 40.44 | - |
| YUV | 193.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 159 | 0 | 0.10 | 0.25 | 0.17 | 36.23 | 0.38 | 0.73 |
| Hex | D4 | BF | 9F | 0 | A | 19 | 11 | 24 | 26 | 49 |
| Octal | 324 | 277 | 237 | 0 | 12 | 31 | 21 | 44 | 46 | 111 |
| Binary | 11010100 | 10111111 | 10011111 | 0 | 1010 | 11001 | 10001 | 100100 | 100110 | 1001001 |
Color Harmonies of #D4BF9F
Complementary color
Monochromatic Colors of #D4BF9F
Black with #D4BF9F
Text Example
Text Example
White with #D4BF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BF9F; }
p { color: rgb(212,191,159); }
H1.HeaderClassName
{
color: #D4BF9F;
}
.AnyTagClassName
{
color: #D4BF9F;
}
</style>
background-color css
<style>
a { background-color: #D4BF9F; }
a { background-color: rgb(212,191,159); }
div.DivClassName
{
background-color: #D4BF9F;
}
.BgClassName
{
background-color: #D4BF9F;
}
</style>
border-color css
<style>
span { border-color: #D4BF9F; }
span { border-color: rgb(212,191,159); }
td.TdClassName
{
border-color: #D4BF9F;
}
.TagClassName
{
border-color: #D4BF9F;
}
</style>