Shades of Calico #DAB184
Tints of Calico #DAB184
RGB
CMYK
RGB Variations
Color information
#DAB184 (or 0xDAB184) is known color: Calico. HEX triplet: DA, B1 and 84. RGB value is (218,177,132). Sum of RGB (Red+Green+Blue) = 218+177+132=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB184 is #254E7B. Grayscale: #B8B8B8. Windows color (decimal): -2444924 or 8696282. OLE color: 8696282.
HSL color Cylindrical-coordinate representation of color #DAB184: hue angle of 31.4º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAB184 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 132 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.15 |
| HSL | 31.4º | 0.54% | 0.69% | - |
| HSV(B) | 31.4º | 0.39% | 0.85% | - |
| XYZ | 48.8 | 48.02 | 28.53 | - |
| YUV | 184.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 132 | 0 | 0.19 | 0.39 | 0.15 | 31.4 | 0.54 | 0.69 |
| Hex | DA | B1 | 84 | 0 | 13 | 27 | F | 1F | 36 | 45 |
| Octal | 332 | 261 | 204 | 0 | 23 | 47 | 17 | 37 | 66 | 105 |
| Binary | 11011010 | 10110001 | 10000100 | 0 | 10011 | 100111 | 1111 | 11111 | 110110 | 1000101 |
Color Harmonies of #DAB184
Complementary color
Monochromatic Colors of #DAB184
Black with #DAB184
Text Example
Text Example
White with #DAB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB184; }
p { color: rgb(218,177,132); }
H1.HeaderClassName
{
color: #DAB184;
}
.AnyTagClassName
{
color: #DAB184;
}
</style>
background-color css
<style>
a { background-color: #DAB184; }
a { background-color: rgb(218,177,132); }
div.DivClassName
{
background-color: #DAB184;
}
.BgClassName
{
background-color: #DAB184;
}
</style>
border-color css
<style>
span { border-color: #DAB184; }
span { border-color: rgb(218,177,132); }
td.TdClassName
{
border-color: #DAB184;
}
.TagClassName
{
border-color: #DAB184;
}
</style>