Shades of Straw #D3BF8A
Tints of Straw #D3BF8A
RGB
CMYK
RGB Variations
Color information
#D3BF8A (or 0xD3BF8A) is known color: Straw. HEX triplet: D3, BF and 8A. RGB value is (211,191,138). Sum of RGB (Red+Green+Blue) = 211+191+138=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BF8A is #2C4075. Grayscale: #BFBFBF. Windows color (decimal): -2900086 or 9093075. OLE color: 9093075.
HSL color Cylindrical-coordinate representation of color #D3BF8A: hue angle of 43.56º degrees, saturation: 0.45, 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 #D3BF8A is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 191 | 138 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.17 |
| HSL | 43.56º | 0.45% | 0.68% | - |
| HSV(B) | 43.56º | 0.35% | 0.83% | - |
| XYZ | 50.08 | 52.95 | 31.62 | - |
| YUV | 190.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 138 | 0 | 0.09 | 0.35 | 0.17 | 43.56 | 0.45 | 0.68 |
| Hex | D3 | BF | 8A | 0 | 9 | 23 | 11 | 2C | 2D | 44 |
| Octal | 323 | 277 | 212 | 0 | 11 | 43 | 21 | 54 | 55 | 104 |
| Binary | 11010011 | 10111111 | 10001010 | 0 | 1001 | 100011 | 10001 | 101100 | 101101 | 1000100 |
Color Harmonies of #D3BF8A
Complementary color
Monochromatic Colors of #D3BF8A
Black with #D3BF8A
Text Example
Text Example
White with #D3BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BF8A; }
p { color: rgb(211,191,138); }
H1.HeaderClassName
{
color: #D3BF8A;
}
.AnyTagClassName
{
color: #D3BF8A;
}
</style>
background-color css
<style>
a { background-color: #D3BF8A; }
a { background-color: rgb(211,191,138); }
div.DivClassName
{
background-color: #D3BF8A;
}
.BgClassName
{
background-color: #D3BF8A;
}
</style>
border-color css
<style>
span { border-color: #D3BF8A; }
span { border-color: rgb(211,191,138); }
td.TdClassName
{
border-color: #D3BF8A;
}
.TagClassName
{
border-color: #D3BF8A;
}
</style>