Shades of Straw #D1B780
Tints of Straw #D1B780
RGB
CMYK
RGB Variations
Color information
#D1B780 (or 0xD1B780) is known color: Straw. HEX triplet: D1, B7 and 80. RGB value is (209,183,128). Sum of RGB (Red+Green+Blue) = 209+183+128=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B780 is #2E487F. Grayscale: #B8B8B8. Windows color (decimal): -3033216 or 8435665. OLE color: 8435665.
HSL color Cylindrical-coordinate representation of color #D1B780: hue angle of 40.74º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1B780 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 128 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.18 |
| HSL | 40.74º | 0.47% | 0.66% | - |
| HSV(B) | 40.74º | 0.39% | 0.82% | - |
| XYZ | 47.12 | 48.98 | 27.39 | - |
| YUV | 184.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 128 | 0 | 0.12 | 0.39 | 0.18 | 40.74 | 0.47 | 0.66 |
| Hex | D1 | B7 | 80 | 0 | C | 27 | 12 | 29 | 2F | 42 |
| Octal | 321 | 267 | 200 | 0 | 14 | 47 | 22 | 51 | 57 | 102 |
| Binary | 11010001 | 10110111 | 10000000 | 0 | 1100 | 100111 | 10010 | 101001 | 101111 | 1000010 |
Color Harmonies of #D1B780
Complementary color
Monochromatic Colors of #D1B780
Black with #D1B780
Text Example
Text Example
White with #D1B780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B780; }
p { color: rgb(209,183,128); }
H1.HeaderClassName
{
color: #D1B780;
}
.AnyTagClassName
{
color: #D1B780;
}
</style>
background-color css
<style>
a { background-color: #D1B780; }
a { background-color: rgb(209,183,128); }
div.DivClassName
{
background-color: #D1B780;
}
.BgClassName
{
background-color: #D1B780;
}
</style>
border-color css
<style>
span { border-color: #D1B780; }
span { border-color: rgb(209,183,128); }
td.TdClassName
{
border-color: #D1B780;
}
.TagClassName
{
border-color: #D1B780;
}
</style>