Shades of Straw #D5BC79
Tints of Straw #D5BC79
RGB
CMYK
RGB Variations
Color information
#D5BC79 (or 0xD5BC79) is known color: Straw. HEX triplet: D5, BC and 79. RGB value is (213,188,121). Sum of RGB (Red+Green+Blue) = 213+188+121=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC79 is #2A4386. Grayscale: #BCBCBC. Windows color (decimal): -2769799 or 7978197. OLE color: 7978197.
HSL color Cylindrical-coordinate representation of color #D5BC79: hue angle of 43.7º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5BC79 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 121 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.16 |
| HSL | 43.7º | 0.52% | 0.65% | - |
| HSV(B) | 43.7º | 0.43% | 0.84% | - |
| XYZ | 48.87 | 51.49 | 25.45 | - |
| YUV | 187.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 121 | 0 | 0.12 | 0.43 | 0.16 | 43.7 | 0.52 | 0.65 |
| Hex | D5 | BC | 79 | 0 | C | 2B | 10 | 2C | 34 | 41 |
| Octal | 325 | 274 | 171 | 0 | 14 | 53 | 20 | 54 | 64 | 101 |
| Binary | 11010101 | 10111100 | 1111001 | 0 | 1100 | 101011 | 10000 | 101100 | 110100 | 1000001 |
Color Harmonies of #D5BC79
Complementary color
Monochromatic Colors of #D5BC79
Black with #D5BC79
Text Example
Text Example
White with #D5BC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC79; }
p { color: rgb(213,188,121); }
H1.HeaderClassName
{
color: #D5BC79;
}
.AnyTagClassName
{
color: #D5BC79;
}
</style>
background-color css
<style>
a { background-color: #D5BC79; }
a { background-color: rgb(213,188,121); }
div.DivClassName
{
background-color: #D5BC79;
}
.BgClassName
{
background-color: #D5BC79;
}
</style>
border-color css
<style>
span { border-color: #D5BC79; }
span { border-color: rgb(213,188,121); }
td.TdClassName
{
border-color: #D5BC79;
}
.TagClassName
{
border-color: #D5BC79;
}
</style>