Shades of Straw #D4BF85
Tints of Straw #D4BF85
RGB
CMYK
RGB Variations
Color information
#D4BF85 (or 0xD4BF85) is known color: Straw. HEX triplet: D4, BF and 85. RGB value is (212,191,133). Sum of RGB (Red+Green+Blue) = 212+191+133=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BF85 is #2B407A. Grayscale: #BEBEBE. Windows color (decimal): -2834555 or 8765396. OLE color: 8765396.
HSL color Cylindrical-coordinate representation of color #D4BF85: hue angle of 44.05º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4BF85 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 133 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.17 |
| HSL | 44.05º | 0.48% | 0.68% | - |
| HSV(B) | 44.05º | 0.37% | 0.83% | - |
| XYZ | 50.02 | 52.95 | 29.77 | - |
| YUV | 190.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 133 | 0 | 0.10 | 0.37 | 0.17 | 44.05 | 0.48 | 0.68 |
| Hex | D4 | BF | 85 | 0 | A | 25 | 11 | 2C | 30 | 44 |
| Octal | 324 | 277 | 205 | 0 | 12 | 45 | 21 | 54 | 60 | 104 |
| Binary | 11010100 | 10111111 | 10000101 | 0 | 1010 | 100101 | 10001 | 101100 | 110000 | 1000100 |
Color Harmonies of #D4BF85
Complementary color
Monochromatic Colors of #D4BF85
Black with #D4BF85
Text Example
Text Example
White with #D4BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BF85; }
p { color: rgb(212,191,133); }
H1.HeaderClassName
{
color: #D4BF85;
}
.AnyTagClassName
{
color: #D4BF85;
}
</style>
background-color css
<style>
a { background-color: #D4BF85; }
a { background-color: rgb(212,191,133); }
div.DivClassName
{
background-color: #D4BF85;
}
.BgClassName
{
background-color: #D4BF85;
}
</style>
border-color css
<style>
span { border-color: #D4BF85; }
span { border-color: rgb(212,191,133); }
td.TdClassName
{
border-color: #D4BF85;
}
.TagClassName
{
border-color: #D4BF85;
}
</style>