Shades of Straw #D5BD80
Tints of Straw #D5BD80
RGB
CMYK
RGB Variations
Color information
#D5BD80 (or 0xD5BD80) is known color: Straw. HEX triplet: D5, BD and 80. RGB value is (213,189,128). Sum of RGB (Red+Green+Blue) = 213+189+128=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BD80 is #2A427F. Grayscale: #BDBDBD. Windows color (decimal): -2769536 or 8437205. OLE color: 8437205.
HSL color Cylindrical-coordinate representation of color #D5BD80: hue angle of 43.06º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5BD80 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 128 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.16 |
| HSL | 43.06º | 0.5% | 0.67% | - |
| HSV(B) | 43.06º | 0.4% | 0.84% | - |
| XYZ | 49.53 | 52.1 | 27.87 | - |
| YUV | 189.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 128 | 0 | 0.11 | 0.40 | 0.16 | 43.06 | 0.5 | 0.67 |
| Hex | D5 | BD | 80 | 0 | B | 28 | 10 | 2B | 32 | 43 |
| Octal | 325 | 275 | 200 | 0 | 13 | 50 | 20 | 53 | 62 | 103 |
| Binary | 11010101 | 10111101 | 10000000 | 0 | 1011 | 101000 | 10000 | 101011 | 110010 | 1000011 |
Color Harmonies of #D5BD80
Complementary color
Monochromatic Colors of #D5BD80
Black with #D5BD80
Text Example
Text Example
White with #D5BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BD80; }
p { color: rgb(213,189,128); }
H1.HeaderClassName
{
color: #D5BD80;
}
.AnyTagClassName
{
color: #D5BD80;
}
</style>
background-color css
<style>
a { background-color: #D5BD80; }
a { background-color: rgb(213,189,128); }
div.DivClassName
{
background-color: #D5BD80;
}
.BgClassName
{
background-color: #D5BD80;
}
</style>
border-color css
<style>
span { border-color: #D5BD80; }
span { border-color: rgb(213,189,128); }
td.TdClassName
{
border-color: #D5BD80;
}
.TagClassName
{
border-color: #D5BD80;
}
</style>