Shades of Straw #D5BB8A
Tints of Straw #D5BB8A
RGB
CMYK
RGB Variations
Color information
#D5BB8A (or 0xD5BB8A) is known color: Straw. HEX triplet: D5, BB and 8A. RGB value is (213,187,138). Sum of RGB (Red+Green+Blue) = 213+187+138=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BB8A is #2A4475. Grayscale: #BDBDBD. Windows color (decimal): -2770038 or 9092053. OLE color: 9092053.
HSL color Cylindrical-coordinate representation of color #D5BB8A: hue angle of 39.2º 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 #D5BB8A is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 138 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.16 |
| HSL | 39.2º | 0.47% | 0.69% | - |
| HSV(B) | 39.2º | 0.35% | 0.84% | - |
| XYZ | 49.8 | 51.52 | 31.36 | - |
| YUV | 189.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 138 | 0 | 0.12 | 0.35 | 0.16 | 39.2 | 0.47 | 0.69 |
| Hex | D5 | BB | 8A | 0 | C | 23 | 10 | 27 | 2F | 45 |
| Octal | 325 | 273 | 212 | 0 | 14 | 43 | 20 | 47 | 57 | 105 |
| Binary | 11010101 | 10111011 | 10001010 | 0 | 1100 | 100011 | 10000 | 100111 | 101111 | 1000101 |
Color Harmonies of #D5BB8A
Complementary color
Monochromatic Colors of #D5BB8A
Black with #D5BB8A
Text Example
Text Example
White with #D5BB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BB8A; }
p { color: rgb(213,187,138); }
H1.HeaderClassName
{
color: #D5BB8A;
}
.AnyTagClassName
{
color: #D5BB8A;
}
</style>
background-color css
<style>
a { background-color: #D5BB8A; }
a { background-color: rgb(213,187,138); }
div.DivClassName
{
background-color: #D5BB8A;
}
.BgClassName
{
background-color: #D5BB8A;
}
</style>
border-color css
<style>
span { border-color: #D5BB8A; }
span { border-color: rgb(213,187,138); }
td.TdClassName
{
border-color: #D5BB8A;
}
.TagClassName
{
border-color: #D5BB8A;
}
</style>