Shades of Straw #D2B782
Tints of Straw #D2B782
RGB
CMYK
RGB Variations
Color information
#D2B782 (or 0xD2B782) is known color: Straw. HEX triplet: D2, B7 and 82. RGB value is (210,183,130). Sum of RGB (Red+Green+Blue) = 210+183+130=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B782 is #2D487D. Grayscale: #B9B9B9. Windows color (decimal): -2967678 or 8566738. OLE color: 8566738.
HSL color Cylindrical-coordinate representation of color #D2B782: hue angle of 39.75º 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 #D2B782 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 130 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.18 |
| HSL | 39.75º | 0.47% | 0.67% | - |
| HSV(B) | 39.75º | 0.38% | 0.82% | - |
| XYZ | 47.54 | 49.18 | 28.11 | - |
| YUV | 185.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 130 | 0 | 0.13 | 0.38 | 0.18 | 39.75 | 0.47 | 0.67 |
| Hex | D2 | B7 | 82 | 0 | D | 26 | 12 | 28 | 2F | 43 |
| Octal | 322 | 267 | 202 | 0 | 15 | 46 | 22 | 50 | 57 | 103 |
| Binary | 11010010 | 10110111 | 10000010 | 0 | 1101 | 100110 | 10010 | 101000 | 101111 | 1000011 |
Color Harmonies of #D2B782
Complementary color
Monochromatic Colors of #D2B782
Black with #D2B782
Text Example
Text Example
White with #D2B782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B782; }
p { color: rgb(210,183,130); }
H1.HeaderClassName
{
color: #D2B782;
}
.AnyTagClassName
{
color: #D2B782;
}
</style>
background-color css
<style>
a { background-color: #D2B782; }
a { background-color: rgb(210,183,130); }
div.DivClassName
{
background-color: #D2B782;
}
.BgClassName
{
background-color: #D2B782;
}
</style>
border-color css
<style>
span { border-color: #D2B782; }
span { border-color: rgb(210,183,130); }
td.TdClassName
{
border-color: #D2B782;
}
.TagClassName
{
border-color: #D2B782;
}
</style>