Shades of Straw #DABD8A
Tints of Straw #DABD8A
RGB
CMYK
RGB Variations
Color information
#DABD8A (or 0xDABD8A) is known color: Straw. HEX triplet: DA, BD and 8A. RGB value is (218,189,138). Sum of RGB (Red+Green+Blue) = 218+189+138=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD8A is #254275. Grayscale: #C0C0C0. Windows color (decimal): -2441846 or 9092570. OLE color: 9092570.
HSL color Cylindrical-coordinate representation of color #DABD8A: hue angle of 38.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DABD8A is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 138 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.15 |
| HSL | 38.25º | 0.52% | 0.7% | - |
| HSV(B) | 38.25º | 0.37% | 0.85% | - |
| XYZ | 51.7 | 53.14 | 31.58 | - |
| YUV | 191.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 138 | 0 | 0.13 | 0.37 | 0.15 | 38.25 | 0.52 | 0.7 |
| Hex | DA | BD | 8A | 0 | D | 25 | F | 26 | 34 | 46 |
| Octal | 332 | 275 | 212 | 0 | 15 | 45 | 17 | 46 | 64 | 106 |
| Binary | 11011010 | 10111101 | 10001010 | 0 | 1101 | 100101 | 1111 | 100110 | 110100 | 1000110 |
Color Harmonies of #DABD8A
Complementary color
Monochromatic Colors of #DABD8A
Black with #DABD8A
Text Example
Text Example
White with #DABD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD8A; }
p { color: rgb(218,189,138); }
H1.HeaderClassName
{
color: #DABD8A;
}
.AnyTagClassName
{
color: #DABD8A;
}
</style>
background-color css
<style>
a { background-color: #DABD8A; }
a { background-color: rgb(218,189,138); }
div.DivClassName
{
background-color: #DABD8A;
}
.BgClassName
{
background-color: #DABD8A;
}
</style>
border-color css
<style>
span { border-color: #DABD8A; }
span { border-color: rgb(218,189,138); }
td.TdClassName
{
border-color: #DABD8A;
}
.TagClassName
{
border-color: #DABD8A;
}
</style>