Shades of Straw #DAC088
Tints of Straw #DAC088
RGB
CMYK
RGB Variations
Color information
#DAC088 (or 0xDAC088) is known color: Straw. HEX triplet: DA, C0 and 88. RGB value is (218,192,136). Sum of RGB (Red+Green+Blue) = 218+192+136=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC088 is #253F77. Grayscale: #C1C1C1. Windows color (decimal): -2441080 or 8962266. OLE color: 8962266.
HSL color Cylindrical-coordinate representation of color #DAC088: hue angle of 40.98º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAC088 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 136 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.15 |
| HSL | 40.98º | 0.53% | 0.69% | - |
| HSV(B) | 40.98º | 0.38% | 0.85% | - |
| XYZ | 52.21 | 54.38 | 31.04 | - |
| YUV | 193.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 136 | 0 | 0.12 | 0.38 | 0.15 | 40.98 | 0.53 | 0.69 |
| Hex | DA | C0 | 88 | 0 | C | 26 | F | 29 | 35 | 45 |
| Octal | 332 | 300 | 210 | 0 | 14 | 46 | 17 | 51 | 65 | 105 |
| Binary | 11011010 | 11000000 | 10001000 | 0 | 1100 | 100110 | 1111 | 101001 | 110101 | 1000101 |
Color Harmonies of #DAC088
Complementary color
Monochromatic Colors of #DAC088
Black with #DAC088
Text Example
Text Example
White with #DAC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC088; }
p { color: rgb(218,192,136); }
H1.HeaderClassName
{
color: #DAC088;
}
.AnyTagClassName
{
color: #DAC088;
}
</style>
background-color css
<style>
a { background-color: #DAC088; }
a { background-color: rgb(218,192,136); }
div.DivClassName
{
background-color: #DAC088;
}
.BgClassName
{
background-color: #DAC088;
}
</style>
border-color css
<style>
span { border-color: #DAC088; }
span { border-color: rgb(218,192,136); }
td.TdClassName
{
border-color: #DAC088;
}
.TagClassName
{
border-color: #DAC088;
}
</style>