Shades of Straw #D1BE8D
Tints of Straw #D1BE8D
RGB
CMYK
RGB Variations
Color information
#D1BE8D (or 0xD1BE8D) is known color: Straw. HEX triplet: D1, BE and 8D. RGB value is (209,190,141). Sum of RGB (Red+Green+Blue) = 209+190+141=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BE8D is #2E4172. Grayscale: #BEBEBE. Windows color (decimal): -3031411 or 9289425. OLE color: 9289425.
HSL color Cylindrical-coordinate representation of color #D1BE8D: hue angle of 43.24º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1BE8D is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 141 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.18 |
| HSL | 43.24º | 0.43% | 0.69% | - |
| HSV(B) | 43.24º | 0.33% | 0.82% | - |
| XYZ | 49.52 | 52.31 | 32.69 | - |
| YUV | 190.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 141 | 0 | 0.09 | 0.33 | 0.18 | 43.24 | 0.43 | 0.69 |
| Hex | D1 | BE | 8D | 0 | 9 | 21 | 12 | 2B | 2A | 45 |
| Octal | 321 | 276 | 215 | 0 | 11 | 41 | 22 | 53 | 52 | 105 |
| Binary | 11010001 | 10111110 | 10001101 | 0 | 1001 | 100001 | 10010 | 101011 | 101010 | 1000101 |
Color Harmonies of #D1BE8D
Complementary color
Monochromatic Colors of #D1BE8D
Black with #D1BE8D
Text Example
Text Example
White with #D1BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE8D; }
p { color: rgb(209,190,141); }
H1.HeaderClassName
{
color: #D1BE8D;
}
.AnyTagClassName
{
color: #D1BE8D;
}
</style>
background-color css
<style>
a { background-color: #D1BE8D; }
a { background-color: rgb(209,190,141); }
div.DivClassName
{
background-color: #D1BE8D;
}
.BgClassName
{
background-color: #D1BE8D;
}
</style>
border-color css
<style>
span { border-color: #D1BE8D; }
span { border-color: rgb(209,190,141); }
td.TdClassName
{
border-color: #D1BE8D;
}
.TagClassName
{
border-color: #D1BE8D;
}
</style>