Shades of Straw #D5BE8A
Tints of Straw #D5BE8A
RGB
CMYK
RGB Variations
Color information
#D5BE8A (or 0xD5BE8A) is known color: Straw. HEX triplet: D5, BE and 8A. RGB value is (213,190,138). Sum of RGB (Red+Green+Blue) = 213+190+138=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BE8A is #2A4175. Grayscale: #BFBFBF. Windows color (decimal): -2769270 or 9092821. OLE color: 9092821.
HSL color Cylindrical-coordinate representation of color #D5BE8A: hue angle of 41.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5BE8A is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 138 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.16 |
| HSL | 41.6º | 0.47% | 0.69% | - |
| HSV(B) | 41.6º | 0.35% | 0.84% | - |
| XYZ | 50.44 | 52.81 | 31.58 | - |
| YUV | 190.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 138 | 0 | 0.11 | 0.35 | 0.16 | 41.6 | 0.47 | 0.69 |
| Hex | D5 | BE | 8A | 0 | B | 23 | 10 | 2A | 2F | 45 |
| Octal | 325 | 276 | 212 | 0 | 13 | 43 | 20 | 52 | 57 | 105 |
| Binary | 11010101 | 10111110 | 10001010 | 0 | 1011 | 100011 | 10000 | 101010 | 101111 | 1000101 |
Color Harmonies of #D5BE8A
Complementary color
Monochromatic Colors of #D5BE8A
Black with #D5BE8A
Text Example
Text Example
White with #D5BE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE8A; }
p { color: rgb(213,190,138); }
H1.HeaderClassName
{
color: #D5BE8A;
}
.AnyTagClassName
{
color: #D5BE8A;
}
</style>
background-color css
<style>
a { background-color: #D5BE8A; }
a { background-color: rgb(213,190,138); }
div.DivClassName
{
background-color: #D5BE8A;
}
.BgClassName
{
background-color: #D5BE8A;
}
</style>
border-color css
<style>
span { border-color: #D5BE8A; }
span { border-color: rgb(213,190,138); }
td.TdClassName
{
border-color: #D5BE8A;
}
.TagClassName
{
border-color: #D5BE8A;
}
</style>