Shades of Straw #D5C08F
Tints of Straw #D5C08F
RGB
CMYK
RGB Variations
Color information
#D5C08F (or 0xD5C08F) is known color: Straw. HEX triplet: D5, C0 and 8F. RGB value is (213,192,143). Sum of RGB (Red+Green+Blue) = 213+192+143=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C08F is #2A3F70. Grayscale: #C0C0C0. Windows color (decimal): -2768753 or 9421013. OLE color: 9421013.
HSL color Cylindrical-coordinate representation of color #D5C08F: hue angle of 42º degrees, saturation: 0.45, 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 #D5C08F is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 143 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.16 |
| HSL | 42º | 0.45% | 0.7% | - |
| HSV(B) | 42º | 0.33% | 0.84% | - |
| XYZ | 51.25 | 53.83 | 33.68 | - |
| YUV | 192.69 | 99.96 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 143 | 0 | 0.10 | 0.33 | 0.16 | 42 | 0.45 | 0.7 |
| Hex | D5 | C0 | 8F | 0 | A | 21 | 10 | 2A | 2D | 46 |
| Octal | 325 | 300 | 217 | 0 | 12 | 41 | 20 | 52 | 55 | 106 |
| Binary | 11010101 | 11000000 | 10001111 | 0 | 1010 | 100001 | 10000 | 101010 | 101101 | 1000110 |
Color Harmonies of #D5C08F
Complementary color
Monochromatic Colors of #D5C08F
Black with #D5C08F
Text Example
Text Example
White with #D5C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C08F; }
p { color: rgb(213,192,143); }
H1.HeaderClassName
{
color: #D5C08F;
}
.AnyTagClassName
{
color: #D5C08F;
}
</style>
background-color css
<style>
a { background-color: #D5C08F; }
a { background-color: rgb(213,192,143); }
div.DivClassName
{
background-color: #D5C08F;
}
.BgClassName
{
background-color: #D5C08F;
}
</style>
border-color css
<style>
span { border-color: #D5C08F; }
span { border-color: rgb(213,192,143); }
td.TdClassName
{
border-color: #D5C08F;
}
.TagClassName
{
border-color: #D5C08F;
}
</style>