Shades of Straw #D5C080
Tints of Straw #D5C080
RGB
CMYK
RGB Variations
Color information
#D5C080 (or 0xD5C080) is known color: Straw. HEX triplet: D5, C0 and 80. RGB value is (213,192,128). Sum of RGB (Red+Green+Blue) = 213+192+128=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C080 is #2A3F7F. Grayscale: #BFBFBF. Windows color (decimal): -2768768 or 8437973. OLE color: 8437973.
HSL color Cylindrical-coordinate representation of color #D5C080: hue angle of 45.18º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5C080 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 128 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.16 |
| HSL | 45.18º | 0.5% | 0.67% | - |
| HSV(B) | 45.18º | 0.4% | 0.84% | - |
| XYZ | 50.19 | 53.4 | 28.08 | - |
| YUV | 190.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 128 | 0 | 0.10 | 0.40 | 0.16 | 45.18 | 0.5 | 0.67 |
| Hex | D5 | C0 | 80 | 0 | A | 28 | 10 | 2D | 32 | 43 |
| Octal | 325 | 300 | 200 | 0 | 12 | 50 | 20 | 55 | 62 | 103 |
| Binary | 11010101 | 11000000 | 10000000 | 0 | 1010 | 101000 | 10000 | 101101 | 110010 | 1000011 |
Color Harmonies of #D5C080
Complementary color
Monochromatic Colors of #D5C080
Black with #D5C080
Text Example
Text Example
White with #D5C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C080; }
p { color: rgb(213,192,128); }
H1.HeaderClassName
{
color: #D5C080;
}
.AnyTagClassName
{
color: #D5C080;
}
</style>
background-color css
<style>
a { background-color: #D5C080; }
a { background-color: rgb(213,192,128); }
div.DivClassName
{
background-color: #D5C080;
}
.BgClassName
{
background-color: #D5C080;
}
</style>
border-color css
<style>
span { border-color: #D5C080; }
span { border-color: rgb(213,192,128); }
td.TdClassName
{
border-color: #D5C080;
}
.TagClassName
{
border-color: #D5C080;
}
</style>