Shades of Straw #D2BD80
Tints of Straw #D2BD80
RGB
CMYK
RGB Variations
Color information
#D2BD80 (or 0xD2BD80) is known color: Straw. HEX triplet: D2, BD and 80. RGB value is (210,189,128). Sum of RGB (Red+Green+Blue) = 210+189+128=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BD80 is #2D427F. Grayscale: #BCBCBC. Windows color (decimal): -2966144 or 8437202. OLE color: 8437202.
HSL color Cylindrical-coordinate representation of color #D2BD80: hue angle of 44.63º degrees, saturation: 0.48, 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 #D2BD80 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 128 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.18 |
| HSL | 44.63º | 0.48% | 0.66% | - |
| HSV(B) | 44.63º | 0.39% | 0.82% | - |
| XYZ | 48.67 | 51.66 | 27.83 | - |
| YUV | 188.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 128 | 0 | 0.10 | 0.39 | 0.18 | 44.63 | 0.48 | 0.66 |
| Hex | D2 | BD | 80 | 0 | A | 27 | 12 | 2D | 30 | 42 |
| Octal | 322 | 275 | 200 | 0 | 12 | 47 | 22 | 55 | 60 | 102 |
| Binary | 11010010 | 10111101 | 10000000 | 0 | 1010 | 100111 | 10010 | 101101 | 110000 | 1000010 |
Color Harmonies of #D2BD80
Complementary color
Monochromatic Colors of #D2BD80
Black with #D2BD80
Text Example
Text Example
White with #D2BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD80; }
p { color: rgb(210,189,128); }
H1.HeaderClassName
{
color: #D2BD80;
}
.AnyTagClassName
{
color: #D2BD80;
}
</style>
background-color css
<style>
a { background-color: #D2BD80; }
a { background-color: rgb(210,189,128); }
div.DivClassName
{
background-color: #D2BD80;
}
.BgClassName
{
background-color: #D2BD80;
}
</style>
border-color css
<style>
span { border-color: #D2BD80; }
span { border-color: rgb(210,189,128); }
td.TdClassName
{
border-color: #D2BD80;
}
.TagClassName
{
border-color: #D2BD80;
}
</style>