Shades of Straw #DABD7B
Tints of Straw #DABD7B
RGB
CMYK
RGB Variations
Color information
#DABD7B (or 0xDABD7B) is known color: Straw. HEX triplet: DA, BD and 7B. RGB value is (218,189,123). Sum of RGB (Red+Green+Blue) = 218+189+123=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD7B is #254284. Grayscale: #BEBEBE. Windows color (decimal): -2441861 or 8109530. OLE color: 8109530.
HSL color Cylindrical-coordinate representation of color #DABD7B: hue angle of 41.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DABD7B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 123 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.15 |
| HSL | 41.68º | 0.56% | 0.67% | - |
| HSV(B) | 41.68º | 0.44% | 0.85% | - |
| XYZ | 50.69 | 52.73 | 26.25 | - |
| YUV | 190.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 123 | 0 | 0.13 | 0.44 | 0.15 | 41.68 | 0.56 | 0.67 |
| Hex | DA | BD | 7B | 0 | D | 2C | F | 2A | 38 | 43 |
| Octal | 332 | 275 | 173 | 0 | 15 | 54 | 17 | 52 | 70 | 103 |
| Binary | 11011010 | 10111101 | 1111011 | 0 | 1101 | 101100 | 1111 | 101010 | 111000 | 1000011 |
Color Harmonies of #DABD7B
Complementary color
Monochromatic Colors of #DABD7B
Black with #DABD7B
Text Example
Text Example
White with #DABD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD7B; }
p { color: rgb(218,189,123); }
H1.HeaderClassName
{
color: #DABD7B;
}
.AnyTagClassName
{
color: #DABD7B;
}
</style>
background-color css
<style>
a { background-color: #DABD7B; }
a { background-color: rgb(218,189,123); }
div.DivClassName
{
background-color: #DABD7B;
}
.BgClassName
{
background-color: #DABD7B;
}
</style>
border-color css
<style>
span { border-color: #DABD7B; }
span { border-color: rgb(218,189,123); }
td.TdClassName
{
border-color: #DABD7B;
}
.TagClassName
{
border-color: #DABD7B;
}
</style>