Shades of Straw #D5C18E
Tints of Straw #D5C18E
RGB
CMYK
RGB Variations
Color information
#D5C18E (or 0xD5C18E) is known color: Straw. HEX triplet: D5, C1 and 8E. RGB value is (213,193,142). Sum of RGB (Red+Green+Blue) = 213+193+142=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C18E is #2A3E71. Grayscale: #C1C1C1. Windows color (decimal): -2768498 or 9355733. OLE color: 9355733.
HSL color Cylindrical-coordinate representation of color #D5C18E: hue angle of 43.1º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5C18E is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 142 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.16 |
| HSL | 43.1º | 0.46% | 0.7% | - |
| HSV(B) | 43.1º | 0.33% | 0.84% | - |
| XYZ | 51.39 | 54.24 | 33.35 | - |
| YUV | 193.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 142 | 0 | 0.09 | 0.33 | 0.16 | 43.1 | 0.46 | 0.7 |
| Hex | D5 | C1 | 8E | 0 | 9 | 21 | 10 | 2B | 2E | 46 |
| Octal | 325 | 301 | 216 | 0 | 11 | 41 | 20 | 53 | 56 | 106 |
| Binary | 11010101 | 11000001 | 10001110 | 0 | 1001 | 100001 | 10000 | 101011 | 101110 | 1000110 |
Color Harmonies of #D5C18E
Complementary color
Monochromatic Colors of #D5C18E
Black with #D5C18E
Text Example
Text Example
White with #D5C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C18E; }
p { color: rgb(213,193,142); }
H1.HeaderClassName
{
color: #D5C18E;
}
.AnyTagClassName
{
color: #D5C18E;
}
</style>
background-color css
<style>
a { background-color: #D5C18E; }
a { background-color: rgb(213,193,142); }
div.DivClassName
{
background-color: #D5C18E;
}
.BgClassName
{
background-color: #D5C18E;
}
</style>
border-color css
<style>
span { border-color: #D5C18E; }
span { border-color: rgb(213,193,142); }
td.TdClassName
{
border-color: #D5C18E;
}
.TagClassName
{
border-color: #D5C18E;
}
</style>