Shades of Straw #D2BC82
Tints of Straw #D2BC82
RGB
CMYK
RGB Variations
Color information
#D2BC82 (or 0xD2BC82) is known color: Straw. HEX triplet: D2, BC and 82. RGB value is (210,188,130). Sum of RGB (Red+Green+Blue) = 210+188+130=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BC82 is #2D437D. Grayscale: #BCBCBC. Windows color (decimal): -2966398 or 8568018. OLE color: 8568018.
HSL color Cylindrical-coordinate representation of color #D2BC82: hue angle of 43.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 #D2BC82 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 130 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.18 |
| HSL | 43.5º | 0.47% | 0.67% | - |
| HSV(B) | 43.5º | 0.38% | 0.82% | - |
| XYZ | 48.59 | 51.28 | 28.46 | - |
| YUV | 187.97 | 95.29 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 130 | 0 | 0.10 | 0.38 | 0.18 | 43.5 | 0.47 | 0.67 |
| Hex | D2 | BC | 82 | 0 | A | 26 | 12 | 2C | 2F | 43 |
| Octal | 322 | 274 | 202 | 0 | 12 | 46 | 22 | 54 | 57 | 103 |
| Binary | 11010010 | 10111100 | 10000010 | 0 | 1010 | 100110 | 10010 | 101100 | 101111 | 1000011 |
Color Harmonies of #D2BC82
Complementary color
Monochromatic Colors of #D2BC82
Black with #D2BC82
Text Example
Text Example
White with #D2BC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC82; }
p { color: rgb(210,188,130); }
H1.HeaderClassName
{
color: #D2BC82;
}
.AnyTagClassName
{
color: #D2BC82;
}
</style>
background-color css
<style>
a { background-color: #D2BC82; }
a { background-color: rgb(210,188,130); }
div.DivClassName
{
background-color: #D2BC82;
}
.BgClassName
{
background-color: #D2BC82;
}
</style>
border-color css
<style>
span { border-color: #D2BC82; }
span { border-color: rgb(210,188,130); }
td.TdClassName
{
border-color: #D2BC82;
}
.TagClassName
{
border-color: #D2BC82;
}
</style>