Shades of Straw #D2BC84
Tints of Straw #D2BC84
RGB
CMYK
RGB Variations
Color information
#D2BC84 (or 0xD2BC84) is known color: Straw. HEX triplet: D2, BC and 84. RGB value is (210,188,132). Sum of RGB (Red+Green+Blue) = 210+188+132=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BC84 is #2D437B. Grayscale: #BCBCBC. Windows color (decimal): -2966396 or 8699090. OLE color: 8699090.
HSL color Cylindrical-coordinate representation of color #D2BC84: hue angle of 43.08º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2BC84 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 132 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.18 |
| HSL | 43.08º | 0.46% | 0.67% | - |
| HSV(B) | 43.08º | 0.37% | 0.82% | - |
| XYZ | 48.73 | 51.33 | 29.17 | - |
| YUV | 188.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 132 | 0 | 0.10 | 0.37 | 0.18 | 43.08 | 0.46 | 0.67 |
| Hex | D2 | BC | 84 | 0 | A | 25 | 12 | 2B | 2E | 43 |
| Octal | 322 | 274 | 204 | 0 | 12 | 45 | 22 | 53 | 56 | 103 |
| Binary | 11010010 | 10111100 | 10000100 | 0 | 1010 | 100101 | 10010 | 101011 | 101110 | 1000011 |
Color Harmonies of #D2BC84
Complementary color
Monochromatic Colors of #D2BC84
Black with #D2BC84
Text Example
Text Example
White with #D2BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC84; }
p { color: rgb(210,188,132); }
H1.HeaderClassName
{
color: #D2BC84;
}
.AnyTagClassName
{
color: #D2BC84;
}
</style>
background-color css
<style>
a { background-color: #D2BC84; }
a { background-color: rgb(210,188,132); }
div.DivClassName
{
background-color: #D2BC84;
}
.BgClassName
{
background-color: #D2BC84;
}
</style>
border-color css
<style>
span { border-color: #D2BC84; }
span { border-color: rgb(210,188,132); }
td.TdClassName
{
border-color: #D2BC84;
}
.TagClassName
{
border-color: #D2BC84;
}
</style>