Shades of Straw #D5C08C
Tints of Straw #D5C08C
RGB
CMYK
RGB Variations
Color information
#D5C08C (or 0xD5C08C) is known color: Straw. HEX triplet: D5, C0 and 8C. RGB value is (213,192,140). Sum of RGB (Red+Green+Blue) = 213+192+140=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C08C is #2A3F73. Grayscale: #C0C0C0. Windows color (decimal): -2768756 or 9224405. OLE color: 9224405.
HSL color Cylindrical-coordinate representation of color #D5C08C: hue angle of 42.74º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5C08C is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 140 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.16 |
| HSL | 42.74º | 0.46% | 0.69% | - |
| HSV(B) | 42.74º | 0.34% | 0.84% | - |
| XYZ | 51.02 | 53.74 | 32.49 | - |
| YUV | 192.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 140 | 0 | 0.10 | 0.34 | 0.16 | 42.74 | 0.46 | 0.69 |
| Hex | D5 | C0 | 8C | 0 | A | 22 | 10 | 2B | 2E | 45 |
| Octal | 325 | 300 | 214 | 0 | 12 | 42 | 20 | 53 | 56 | 105 |
| Binary | 11010101 | 11000000 | 10001100 | 0 | 1010 | 100010 | 10000 | 101011 | 101110 | 1000101 |
Color Harmonies of #D5C08C
Complementary color
Monochromatic Colors of #D5C08C
Black with #D5C08C
Text Example
Text Example
White with #D5C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C08C; }
p { color: rgb(213,192,140); }
H1.HeaderClassName
{
color: #D5C08C;
}
.AnyTagClassName
{
color: #D5C08C;
}
</style>
background-color css
<style>
a { background-color: #D5C08C; }
a { background-color: rgb(213,192,140); }
div.DivClassName
{
background-color: #D5C08C;
}
.BgClassName
{
background-color: #D5C08C;
}
</style>
border-color css
<style>
span { border-color: #D5C08C; }
span { border-color: rgb(213,192,140); }
td.TdClassName
{
border-color: #D5C08C;
}
.TagClassName
{
border-color: #D5C08C;
}
</style>