Shades of Straw #D5BC8A
Tints of Straw #D5BC8A
RGB
CMYK
RGB Variations
Color information
#D5BC8A (or 0xD5BC8A) is known color: Straw. HEX triplet: D5, BC and 8A. RGB value is (213,188,138). Sum of RGB (Red+Green+Blue) = 213+188+138=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC8A is #2A4375. Grayscale: #BEBEBE. Windows color (decimal): -2769782 or 9092309. OLE color: 9092309.
HSL color Cylindrical-coordinate representation of color #D5BC8A: hue angle of 40º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5BC8A is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 138 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.16 |
| HSL | 40º | 0.47% | 0.69% | - |
| HSV(B) | 40º | 0.35% | 0.84% | - |
| XYZ | 50.01 | 51.95 | 31.44 | - |
| YUV | 189.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 138 | 0 | 0.12 | 0.35 | 0.16 | 40 | 0.47 | 0.69 |
| Hex | D5 | BC | 8A | 0 | C | 23 | 10 | 28 | 2F | 45 |
| Octal | 325 | 274 | 212 | 0 | 14 | 43 | 20 | 50 | 57 | 105 |
| Binary | 11010101 | 10111100 | 10001010 | 0 | 1100 | 100011 | 10000 | 101000 | 101111 | 1000101 |
Color Harmonies of #D5BC8A
Complementary color
Monochromatic Colors of #D5BC8A
Black with #D5BC8A
Text Example
Text Example
White with #D5BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC8A; }
p { color: rgb(213,188,138); }
H1.HeaderClassName
{
color: #D5BC8A;
}
.AnyTagClassName
{
color: #D5BC8A;
}
</style>
background-color css
<style>
a { background-color: #D5BC8A; }
a { background-color: rgb(213,188,138); }
div.DivClassName
{
background-color: #D5BC8A;
}
.BgClassName
{
background-color: #D5BC8A;
}
</style>
border-color css
<style>
span { border-color: #D5BC8A; }
span { border-color: rgb(213,188,138); }
td.TdClassName
{
border-color: #D5BC8A;
}
.TagClassName
{
border-color: #D5BC8A;
}
</style>