Shades of Straw #DABB78
Tints of Straw #DABB78
RGB
CMYK
RGB Variations
Color information
#DABB78 (or 0xDABB78) is known color: Straw. HEX triplet: DA, BB and 78. RGB value is (218,187,120). Sum of RGB (Red+Green+Blue) = 218+187+120=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB78 is #254487. Grayscale: #BCBCBC. Windows color (decimal): -2442376 or 7912410. OLE color: 7912410.
HSL color Cylindrical-coordinate representation of color #DABB78: hue angle of 41.02º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DABB78 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 120 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.15 |
| HSL | 41.02º | 0.57% | 0.66% | - |
| HSV(B) | 41.02º | 0.45% | 0.85% | - |
| XYZ | 50.07 | 51.8 | 25.13 | - |
| YUV | 188.63 | 89.27 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 120 | 0 | 0.14 | 0.45 | 0.15 | 41.02 | 0.57 | 0.66 |
| Hex | DA | BB | 78 | 0 | E | 2D | F | 29 | 39 | 42 |
| Octal | 332 | 273 | 170 | 0 | 16 | 55 | 17 | 51 | 71 | 102 |
| Binary | 11011010 | 10111011 | 1111000 | 0 | 1110 | 101101 | 1111 | 101001 | 111001 | 1000010 |
Color Harmonies of #DABB78
Complementary color
Monochromatic Colors of #DABB78
Black with #DABB78
Text Example
Text Example
White with #DABB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB78; }
p { color: rgb(218,187,120); }
H1.HeaderClassName
{
color: #DABB78;
}
.AnyTagClassName
{
color: #DABB78;
}
</style>
background-color css
<style>
a { background-color: #DABB78; }
a { background-color: rgb(218,187,120); }
div.DivClassName
{
background-color: #DABB78;
}
.BgClassName
{
background-color: #DABB78;
}
</style>
border-color css
<style>
span { border-color: #DABB78; }
span { border-color: rgb(218,187,120); }
td.TdClassName
{
border-color: #DABB78;
}
.TagClassName
{
border-color: #DABB78;
}
</style>