Shades of Straw #D2BC7C
Tints of Straw #D2BC7C
RGB
CMYK
RGB Variations
Color information
#D2BC7C (or 0xD2BC7C) is known color: Straw. HEX triplet: D2, BC and 7C. RGB value is (210,188,124). Sum of RGB (Red+Green+Blue) = 210+188+124=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BC7C is #2D4383. Grayscale: #BBBBBB. Windows color (decimal): -2966404 or 8174802. OLE color: 8174802.
HSL color Cylindrical-coordinate representation of color #D2BC7C: hue angle of 44.65º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2BC7C is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 124 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.18 |
| HSL | 44.65º | 0.49% | 0.65% | - |
| HSV(B) | 44.65º | 0.41% | 0.82% | - |
| XYZ | 48.2 | 51.12 | 26.4 | - |
| YUV | 187.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 124 | 0 | 0.10 | 0.41 | 0.18 | 44.65 | 0.49 | 0.65 |
| Hex | D2 | BC | 7C | 0 | A | 29 | 12 | 2D | 31 | 41 |
| Octal | 322 | 274 | 174 | 0 | 12 | 51 | 22 | 55 | 61 | 101 |
| Binary | 11010010 | 10111100 | 1111100 | 0 | 1010 | 101001 | 10010 | 101101 | 110001 | 1000001 |
Color Harmonies of #D2BC7C
Complementary color
Monochromatic Colors of #D2BC7C
Black with #D2BC7C
Text Example
Text Example
White with #D2BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC7C; }
p { color: rgb(210,188,124); }
H1.HeaderClassName
{
color: #D2BC7C;
}
.AnyTagClassName
{
color: #D2BC7C;
}
</style>
background-color css
<style>
a { background-color: #D2BC7C; }
a { background-color: rgb(210,188,124); }
div.DivClassName
{
background-color: #D2BC7C;
}
.BgClassName
{
background-color: #D2BC7C;
}
</style>
border-color css
<style>
span { border-color: #D2BC7C; }
span { border-color: rgb(210,188,124); }
td.TdClassName
{
border-color: #D2BC7C;
}
.TagClassName
{
border-color: #D2BC7C;
}
</style>