Shades of Straw #D2BA80
Tints of Straw #D2BA80
RGB
CMYK
RGB Variations
Color information
#D2BA80 (or 0xD2BA80) is known color: Straw. HEX triplet: D2, BA and 80. RGB value is (210,186,128). Sum of RGB (Red+Green+Blue) = 210+186+128=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BA80 is #2D457F. Grayscale: #BABABA. Windows color (decimal): -2966912 or 8436434. OLE color: 8436434.
HSL color Cylindrical-coordinate representation of color #D2BA80: hue angle of 42.44º 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 #D2BA80 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 128 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.18 |
| HSL | 42.44º | 0.48% | 0.66% | - |
| HSV(B) | 42.44º | 0.39% | 0.82% | - |
| XYZ | 48.03 | 50.38 | 27.61 | - |
| YUV | 186.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 128 | 0 | 0.11 | 0.39 | 0.18 | 42.44 | 0.48 | 0.66 |
| Hex | D2 | BA | 80 | 0 | B | 27 | 12 | 2A | 30 | 42 |
| Octal | 322 | 272 | 200 | 0 | 13 | 47 | 22 | 52 | 60 | 102 |
| Binary | 11010010 | 10111010 | 10000000 | 0 | 1011 | 100111 | 10010 | 101010 | 110000 | 1000010 |
Color Harmonies of #D2BA80
Complementary color
Monochromatic Colors of #D2BA80
Black with #D2BA80
Text Example
Text Example
White with #D2BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA80; }
p { color: rgb(210,186,128); }
H1.HeaderClassName
{
color: #D2BA80;
}
.AnyTagClassName
{
color: #D2BA80;
}
</style>
background-color css
<style>
a { background-color: #D2BA80; }
a { background-color: rgb(210,186,128); }
div.DivClassName
{
background-color: #D2BA80;
}
.BgClassName
{
background-color: #D2BA80;
}
</style>
border-color css
<style>
span { border-color: #D2BA80; }
span { border-color: rgb(210,186,128); }
td.TdClassName
{
border-color: #D2BA80;
}
.TagClassName
{
border-color: #D2BA80;
}
</style>