Shades of Straw #D3BE82
Tints of Straw #D3BE82
RGB
CMYK
RGB Variations
Color information
#D3BE82 (or 0xD3BE82) is known color: Straw. HEX triplet: D3, BE and 82. RGB value is (211,190,130). Sum of RGB (Red+Green+Blue) = 211+190+130=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BE82 is #2C417D. Grayscale: #BDBDBD. Windows color (decimal): -2900350 or 8568531. OLE color: 8568531.
HSL color Cylindrical-coordinate representation of color #D3BE82: hue angle of 44.44º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D3BE82 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 130 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.17 |
| HSL | 44.44º | 0.48% | 0.67% | - |
| HSV(B) | 44.44º | 0.38% | 0.83% | - |
| XYZ | 49.31 | 52.29 | 28.61 | - |
| YUV | 189.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 130 | 0 | 0.10 | 0.38 | 0.17 | 44.44 | 0.48 | 0.67 |
| Hex | D3 | BE | 82 | 0 | A | 26 | 11 | 2C | 30 | 43 |
| Octal | 323 | 276 | 202 | 0 | 12 | 46 | 21 | 54 | 60 | 103 |
| Binary | 11010011 | 10111110 | 10000010 | 0 | 1010 | 100110 | 10001 | 101100 | 110000 | 1000011 |
Color Harmonies of #D3BE82
Complementary color
Monochromatic Colors of #D3BE82
Black with #D3BE82
Text Example
Text Example
White with #D3BE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BE82; }
p { color: rgb(211,190,130); }
H1.HeaderClassName
{
color: #D3BE82;
}
.AnyTagClassName
{
color: #D3BE82;
}
</style>
background-color css
<style>
a { background-color: #D3BE82; }
a { background-color: rgb(211,190,130); }
div.DivClassName
{
background-color: #D3BE82;
}
.BgClassName
{
background-color: #D3BE82;
}
</style>
border-color css
<style>
span { border-color: #D3BE82; }
span { border-color: rgb(211,190,130); }
td.TdClassName
{
border-color: #D3BE82;
}
.TagClassName
{
border-color: #D3BE82;
}
</style>