Shades of Straw #D3BA80
Tints of Straw #D3BA80
RGB
CMYK
RGB Variations
Color information
#D3BA80 (or 0xD3BA80) is known color: Straw. HEX triplet: D3, BA and 80. RGB value is (211,186,128). Sum of RGB (Red+Green+Blue) = 211+186+128=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BA80 is #2C457F. Grayscale: #BBBBBB. Windows color (decimal): -2901376 or 8436435. OLE color: 8436435.
HSL color Cylindrical-coordinate representation of color #D3BA80: hue angle of 41.93º 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 #D3BA80 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 128 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.17 |
| HSL | 41.93º | 0.49% | 0.66% | - |
| HSV(B) | 41.93º | 0.39% | 0.83% | - |
| XYZ | 48.32 | 50.53 | 27.63 | - |
| YUV | 186.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 128 | 0 | 0.12 | 0.39 | 0.17 | 41.93 | 0.49 | 0.66 |
| Hex | D3 | BA | 80 | 0 | C | 27 | 11 | 2A | 31 | 42 |
| Octal | 323 | 272 | 200 | 0 | 14 | 47 | 21 | 52 | 61 | 102 |
| Binary | 11010011 | 10111010 | 10000000 | 0 | 1100 | 100111 | 10001 | 101010 | 110001 | 1000010 |
Color Harmonies of #D3BA80
Complementary color
Monochromatic Colors of #D3BA80
Black with #D3BA80
Text Example
Text Example
White with #D3BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BA80; }
p { color: rgb(211,186,128); }
H1.HeaderClassName
{
color: #D3BA80;
}
.AnyTagClassName
{
color: #D3BA80;
}
</style>
background-color css
<style>
a { background-color: #D3BA80; }
a { background-color: rgb(211,186,128); }
div.DivClassName
{
background-color: #D3BA80;
}
.BgClassName
{
background-color: #D3BA80;
}
</style>
border-color css
<style>
span { border-color: #D3BA80; }
span { border-color: rgb(211,186,128); }
td.TdClassName
{
border-color: #D3BA80;
}
.TagClassName
{
border-color: #D3BA80;
}
</style>