Shades of Shilo #DAABA4
Tints of Shilo #DAABA4
RGB
CMYK
RGB Variations
Color information
#DAABA4 (or 0xDAABA4) is known color: Shilo. HEX triplet: DA, AB and A4. RGB value is (218,171,164). Sum of RGB (Red+Green+Blue) = 218+171+164=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAABA4 is #25545B. Grayscale: #B8B8B8. Windows color (decimal): -2446428 or 10791898. OLE color: 10791898.
HSL color Cylindrical-coordinate representation of color #DAABA4: hue angle of 7.78º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAABA4 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 164 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.15 |
| HSL | 7.78º | 0.42% | 0.75% | - |
| HSV(B) | 7.78º | 0.25% | 0.85% | - |
| XYZ | 50.18 | 46.71 | 41.49 | - |
| YUV | 184.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 164 | 0 | 0.22 | 0.25 | 0.15 | 7.78 | 0.42 | 0.75 |
| Hex | DA | AB | A4 | 0 | 16 | 19 | F | 8 | 2A | 4B |
| Octal | 332 | 253 | 244 | 0 | 26 | 31 | 17 | 10 | 52 | 113 |
| Binary | 11011010 | 10101011 | 10100100 | 0 | 10110 | 11001 | 1111 | 1000 | 101010 | 1001011 |
Color Harmonies of #DAABA4
Complementary color
Monochromatic Colors of #DAABA4
Black with #DAABA4
Text Example
Text Example
White with #DAABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABA4; }
p { color: rgb(218,171,164); }
H1.HeaderClassName
{
color: #DAABA4;
}
.AnyTagClassName
{
color: #DAABA4;
}
</style>
background-color css
<style>
a { background-color: #DAABA4; }
a { background-color: rgb(218,171,164); }
div.DivClassName
{
background-color: #DAABA4;
}
.BgClassName
{
background-color: #DAABA4;
}
</style>
border-color css
<style>
span { border-color: #DAABA4; }
span { border-color: rgb(218,171,164); }
td.TdClassName
{
border-color: #DAABA4;
}
.TagClassName
{
border-color: #DAABA4;
}
</style>