Shades of Straw #D4BE8C
Tints of Straw #D4BE8C
RGB
CMYK
RGB Variations
Color information
#D4BE8C (or 0xD4BE8C) is known color: Straw. HEX triplet: D4, BE and 8C. RGB value is (212,190,140). Sum of RGB (Red+Green+Blue) = 212+190+140=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BE8C is #2B4173. Grayscale: #BFBFBF. Windows color (decimal): -2834804 or 9223892. OLE color: 9223892.
HSL color Cylindrical-coordinate representation of color #D4BE8C: hue angle of 41.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4BE8C is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 140 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.17 |
| HSL | 41.67º | 0.46% | 0.69% | - |
| HSV(B) | 41.67º | 0.34% | 0.83% | - |
| XYZ | 50.3 | 52.72 | 32.34 | - |
| YUV | 190.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 140 | 0 | 0.10 | 0.34 | 0.17 | 41.67 | 0.46 | 0.69 |
| Hex | D4 | BE | 8C | 0 | A | 22 | 11 | 2A | 2E | 45 |
| Octal | 324 | 276 | 214 | 0 | 12 | 42 | 21 | 52 | 56 | 105 |
| Binary | 11010100 | 10111110 | 10001100 | 0 | 1010 | 100010 | 10001 | 101010 | 101110 | 1000101 |
Color Harmonies of #D4BE8C
Complementary color
Monochromatic Colors of #D4BE8C
Black with #D4BE8C
Text Example
Text Example
White with #D4BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE8C; }
p { color: rgb(212,190,140); }
H1.HeaderClassName
{
color: #D4BE8C;
}
.AnyTagClassName
{
color: #D4BE8C;
}
</style>
background-color css
<style>
a { background-color: #D4BE8C; }
a { background-color: rgb(212,190,140); }
div.DivClassName
{
background-color: #D4BE8C;
}
.BgClassName
{
background-color: #D4BE8C;
}
</style>
border-color css
<style>
span { border-color: #D4BE8C; }
span { border-color: rgb(212,190,140); }
td.TdClassName
{
border-color: #D4BE8C;
}
.TagClassName
{
border-color: #D4BE8C;
}
</style>