Shades of Straw #D4BF8D
Tints of Straw #D4BF8D
RGB
CMYK
RGB Variations
Color information
#D4BF8D (or 0xD4BF8D) is known color: Straw. HEX triplet: D4, BF and 8D. RGB value is (212,191,141). Sum of RGB (Red+Green+Blue) = 212+191+141=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BF8D is #2B4072. Grayscale: #BFBFBF. Windows color (decimal): -2834547 or 9289684. OLE color: 9289684.
HSL color Cylindrical-coordinate representation of color #D4BF8D: hue angle of 42.25º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4BF8D is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 141 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.17 |
| HSL | 42.25º | 0.45% | 0.69% | - |
| HSV(B) | 42.25º | 0.33% | 0.83% | - |
| XYZ | 50.59 | 53.18 | 32.8 | - |
| YUV | 191.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 141 | 0 | 0.10 | 0.33 | 0.17 | 42.25 | 0.45 | 0.69 |
| Hex | D4 | BF | 8D | 0 | A | 21 | 11 | 2A | 2D | 45 |
| Octal | 324 | 277 | 215 | 0 | 12 | 41 | 21 | 52 | 55 | 105 |
| Binary | 11010100 | 10111111 | 10001101 | 0 | 1010 | 100001 | 10001 | 101010 | 101101 | 1000101 |
Color Harmonies of #D4BF8D
Complementary color
Monochromatic Colors of #D4BF8D
Black with #D4BF8D
Text Example
Text Example
White with #D4BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BF8D; }
p { color: rgb(212,191,141); }
H1.HeaderClassName
{
color: #D4BF8D;
}
.AnyTagClassName
{
color: #D4BF8D;
}
</style>
background-color css
<style>
a { background-color: #D4BF8D; }
a { background-color: rgb(212,191,141); }
div.DivClassName
{
background-color: #D4BF8D;
}
.BgClassName
{
background-color: #D4BF8D;
}
</style>
border-color css
<style>
span { border-color: #D4BF8D; }
span { border-color: rgb(212,191,141); }
td.TdClassName
{
border-color: #D4BF8D;
}
.TagClassName
{
border-color: #D4BF8D;
}
</style>