Shades of Calico #DAB187
Tints of Calico #DAB187
RGB
CMYK
RGB Variations
Color information
#DAB187 (or 0xDAB187) is known color: Calico. HEX triplet: DA, B1 and 87. RGB value is (218,177,135). Sum of RGB (Red+Green+Blue) = 218+177+135=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB187 is #254E78. Grayscale: #B8B8B8. Windows color (decimal): -2444921 or 8892890. OLE color: 8892890.
HSL color Cylindrical-coordinate representation of color #DAB187: hue angle of 30.36º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAB187 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 135 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.15 |
| HSL | 30.36º | 0.53% | 0.69% | - |
| HSV(B) | 30.36º | 0.38% | 0.85% | - |
| XYZ | 49.01 | 48.1 | 29.62 | - |
| YUV | 184.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 135 | 0 | 0.19 | 0.38 | 0.15 | 30.36 | 0.53 | 0.69 |
| Hex | DA | B1 | 87 | 0 | 13 | 26 | F | 1E | 35 | 45 |
| Octal | 332 | 261 | 207 | 0 | 23 | 46 | 17 | 36 | 65 | 105 |
| Binary | 11011010 | 10110001 | 10000111 | 0 | 10011 | 100110 | 1111 | 11110 | 110101 | 1000101 |
Color Harmonies of #DAB187
Complementary color
Monochromatic Colors of #DAB187
Black with #DAB187
Text Example
Text Example
White with #DAB187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB187; }
p { color: rgb(218,177,135); }
H1.HeaderClassName
{
color: #DAB187;
}
.AnyTagClassName
{
color: #DAB187;
}
</style>
background-color css
<style>
a { background-color: #DAB187; }
a { background-color: rgb(218,177,135); }
div.DivClassName
{
background-color: #DAB187;
}
.BgClassName
{
background-color: #DAB187;
}
</style>
border-color css
<style>
span { border-color: #DAB187; }
span { border-color: rgb(218,177,135); }
td.TdClassName
{
border-color: #DAB187;
}
.TagClassName
{
border-color: #DAB187;
}
</style>