Shades of Straw #D2B882
Tints of Straw #D2B882
RGB
CMYK
RGB Variations
Color information
#D2B882 (or 0xD2B882) is known color: Straw. HEX triplet: D2, B8 and 82. RGB value is (210,184,130). Sum of RGB (Red+Green+Blue) = 210+184+130=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B882 is #2D477D. Grayscale: #B9B9B9. Windows color (decimal): -2967422 or 8566994. OLE color: 8566994.
HSL color Cylindrical-coordinate representation of color #D2B882: hue angle of 40.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2B882 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 130 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.18 |
| HSL | 40.5º | 0.47% | 0.67% | - |
| HSV(B) | 40.5º | 0.38% | 0.82% | - |
| XYZ | 47.75 | 49.59 | 28.18 | - |
| YUV | 185.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 130 | 0 | 0.12 | 0.38 | 0.18 | 40.5 | 0.47 | 0.67 |
| Hex | D2 | B8 | 82 | 0 | C | 26 | 12 | 28 | 2F | 43 |
| Octal | 322 | 270 | 202 | 0 | 14 | 46 | 22 | 50 | 57 | 103 |
| Binary | 11010010 | 10111000 | 10000010 | 0 | 1100 | 100110 | 10010 | 101000 | 101111 | 1000011 |
Color Harmonies of #D2B882
Complementary color
Monochromatic Colors of #D2B882
Black with #D2B882
Text Example
Text Example
White with #D2B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B882; }
p { color: rgb(210,184,130); }
H1.HeaderClassName
{
color: #D2B882;
}
.AnyTagClassName
{
color: #D2B882;
}
</style>
background-color css
<style>
a { background-color: #D2B882; }
a { background-color: rgb(210,184,130); }
div.DivClassName
{
background-color: #D2B882;
}
.BgClassName
{
background-color: #D2B882;
}
</style>
border-color css
<style>
span { border-color: #D2B882; }
span { border-color: rgb(210,184,130); }
td.TdClassName
{
border-color: #D2B882;
}
.TagClassName
{
border-color: #D2B882;
}
</style>