Shades of Straw #D4BD7A
Tints of Straw #D4BD7A
RGB
CMYK
RGB Variations
Color information
#D4BD7A (or 0xD4BD7A) is known color: Straw. HEX triplet: D4, BD and 7A. RGB value is (212,189,122). Sum of RGB (Red+Green+Blue) = 212+189+122=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BD7A is #2B4285. Grayscale: #BCBCBC. Windows color (decimal): -2835078 or 8043988. OLE color: 8043988.
HSL color Cylindrical-coordinate representation of color #D4BD7A: hue angle of 44.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4BD7A is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 189 | 122 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.17 |
| HSL | 44.67º | 0.51% | 0.65% | - |
| HSV(B) | 44.67º | 0.42% | 0.83% | - |
| XYZ | 48.86 | 51.8 | 25.83 | - |
| YUV | 188.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 122 | 0 | 0.11 | 0.42 | 0.17 | 44.67 | 0.51 | 0.65 |
| Hex | D4 | BD | 7A | 0 | B | 2A | 11 | 2D | 33 | 41 |
| Octal | 324 | 275 | 172 | 0 | 13 | 52 | 21 | 55 | 63 | 101 |
| Binary | 11010100 | 10111101 | 1111010 | 0 | 1011 | 101010 | 10001 | 101101 | 110011 | 1000001 |
Color Harmonies of #D4BD7A
Complementary color
Monochromatic Colors of #D4BD7A
Black with #D4BD7A
Text Example
Text Example
White with #D4BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BD7A; }
p { color: rgb(212,189,122); }
H1.HeaderClassName
{
color: #D4BD7A;
}
.AnyTagClassName
{
color: #D4BD7A;
}
</style>
background-color css
<style>
a { background-color: #D4BD7A; }
a { background-color: rgb(212,189,122); }
div.DivClassName
{
background-color: #D4BD7A;
}
.BgClassName
{
background-color: #D4BD7A;
}
</style>
border-color css
<style>
span { border-color: #D4BD7A; }
span { border-color: rgb(212,189,122); }
td.TdClassName
{
border-color: #D4BD7A;
}
.TagClassName
{
border-color: #D4BD7A;
}
</style>