Shades of Straw #D4BE89
Tints of Straw #D4BE89
RGB
CMYK
RGB Variations
Color information
#D4BE89 (or 0xD4BE89) is known color: Straw. HEX triplet: D4, BE and 89. RGB value is (212,190,137). Sum of RGB (Red+Green+Blue) = 212+190+137=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BE89 is #2B4176. Grayscale: #BEBEBE. Windows color (decimal): -2834807 or 9027284. OLE color: 9027284.
HSL color Cylindrical-coordinate representation of color #D4BE89: hue angle of 42.4º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4BE89 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 137 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.17 |
| HSL | 42.4º | 0.47% | 0.68% | - |
| HSV(B) | 42.4º | 0.35% | 0.83% | - |
| XYZ | 50.08 | 52.63 | 31.19 | - |
| YUV | 190.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 137 | 0 | 0.10 | 0.35 | 0.17 | 42.4 | 0.47 | 0.68 |
| Hex | D4 | BE | 89 | 0 | A | 23 | 11 | 2A | 2F | 44 |
| Octal | 324 | 276 | 211 | 0 | 12 | 43 | 21 | 52 | 57 | 104 |
| Binary | 11010100 | 10111110 | 10001001 | 0 | 1010 | 100011 | 10001 | 101010 | 101111 | 1000100 |
Color Harmonies of #D4BE89
Complementary color
Monochromatic Colors of #D4BE89
Black with #D4BE89
Text Example
Text Example
White with #D4BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BE89; }
p { color: rgb(212,190,137); }
H1.HeaderClassName
{
color: #D4BE89;
}
.AnyTagClassName
{
color: #D4BE89;
}
</style>
background-color css
<style>
a { background-color: #D4BE89; }
a { background-color: rgb(212,190,137); }
div.DivClassName
{
background-color: #D4BE89;
}
.BgClassName
{
background-color: #D4BE89;
}
</style>
border-color css
<style>
span { border-color: #D4BE89; }
span { border-color: rgb(212,190,137); }
td.TdClassName
{
border-color: #D4BE89;
}
.TagClassName
{
border-color: #D4BE89;
}
</style>