Shades of Straw #D2BF90
Tints of Straw #D2BF90
RGB
CMYK
RGB Variations
Color information
#D2BF90 (or 0xD2BF90) is known color: Straw. HEX triplet: D2, BF and 90. RGB value is (210,191,144). Sum of RGB (Red+Green+Blue) = 210+191+144=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BF90 is #2D406F. Grayscale: #BFBFBF. Windows color (decimal): -2965616 or 9486290. OLE color: 9486290.
HSL color Cylindrical-coordinate representation of color #D2BF90: hue angle of 42.73º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2BF90 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 144 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.18 |
| HSL | 42.73º | 0.42% | 0.69% | - |
| HSV(B) | 42.73º | 0.31% | 0.82% | - |
| XYZ | 50.24 | 52.98 | 33.96 | - |
| YUV | 191.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 144 | 0 | 0.09 | 0.31 | 0.18 | 42.73 | 0.42 | 0.69 |
| Hex | D2 | BF | 90 | 0 | 9 | 1F | 12 | 2B | 2A | 45 |
| Octal | 322 | 277 | 220 | 0 | 11 | 37 | 22 | 53 | 52 | 105 |
| Binary | 11010010 | 10111111 | 10010000 | 0 | 1001 | 11111 | 10010 | 101011 | 101010 | 1000101 |
Color Harmonies of #D2BF90
Complementary color
Monochromatic Colors of #D2BF90
Black with #D2BF90
Text Example
Text Example
White with #D2BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF90; }
p { color: rgb(210,191,144); }
H1.HeaderClassName
{
color: #D2BF90;
}
.AnyTagClassName
{
color: #D2BF90;
}
</style>
background-color css
<style>
a { background-color: #D2BF90; }
a { background-color: rgb(210,191,144); }
div.DivClassName
{
background-color: #D2BF90;
}
.BgClassName
{
background-color: #D2BF90;
}
</style>
border-color css
<style>
span { border-color: #D2BF90; }
span { border-color: rgb(210,191,144); }
td.TdClassName
{
border-color: #D2BF90;
}
.TagClassName
{
border-color: #D2BF90;
}
</style>