Shades of Straw #D3BD80
Tints of Straw #D3BD80
RGB
CMYK
RGB Variations
Color information
#D3BD80 (or 0xD3BD80) is known color: Straw. HEX triplet: D3, BD and 80. RGB value is (211,189,128). Sum of RGB (Red+Green+Blue) = 211+189+128=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BD80 is #2C427F. Grayscale: #BCBCBC. Windows color (decimal): -2900608 or 8437203. OLE color: 8437203.
HSL color Cylindrical-coordinate representation of color #D3BD80: hue angle of 44.1º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3BD80 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 189 | 128 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.17 |
| HSL | 44.1º | 0.49% | 0.66% | - |
| HSV(B) | 44.1º | 0.39% | 0.83% | - |
| XYZ | 48.96 | 51.8 | 27.84 | - |
| YUV | 188.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 128 | 0 | 0.10 | 0.39 | 0.17 | 44.1 | 0.49 | 0.66 |
| Hex | D3 | BD | 80 | 0 | A | 27 | 11 | 2C | 31 | 42 |
| Octal | 323 | 275 | 200 | 0 | 12 | 47 | 21 | 54 | 61 | 102 |
| Binary | 11010011 | 10111101 | 10000000 | 0 | 1010 | 100111 | 10001 | 101100 | 110001 | 1000010 |
Color Harmonies of #D3BD80
Complementary color
Monochromatic Colors of #D3BD80
Black with #D3BD80
Text Example
Text Example
White with #D3BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BD80; }
p { color: rgb(211,189,128); }
H1.HeaderClassName
{
color: #D3BD80;
}
.AnyTagClassName
{
color: #D3BD80;
}
</style>
background-color css
<style>
a { background-color: #D3BD80; }
a { background-color: rgb(211,189,128); }
div.DivClassName
{
background-color: #D3BD80;
}
.BgClassName
{
background-color: #D3BD80;
}
</style>
border-color css
<style>
span { border-color: #D3BD80; }
span { border-color: rgb(211,189,128); }
td.TdClassName
{
border-color: #D3BD80;
}
.TagClassName
{
border-color: #D3BD80;
}
</style>