Shades of Calico #DAB183
Tints of Calico #DAB183
RGB
CMYK
RGB Variations
Color information
#DAB183 (or 0xDAB183) is known color: Calico. HEX triplet: DA, B1 and 83. RGB value is (218,177,131). Sum of RGB (Red+Green+Blue) = 218+177+131=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB183 is #254E7C. Grayscale: #B8B8B8. Windows color (decimal): -2444925 or 8630746. OLE color: 8630746.
HSL color Cylindrical-coordinate representation of color #DAB183: hue angle of 31.72º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAB183 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 131 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.15 |
| HSL | 31.72º | 0.54% | 0.68% | - |
| HSV(B) | 31.72º | 0.4% | 0.85% | - |
| XYZ | 48.73 | 47.99 | 28.17 | - |
| YUV | 184.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 131 | 0 | 0.19 | 0.40 | 0.15 | 31.72 | 0.54 | 0.68 |
| Hex | DA | B1 | 83 | 0 | 13 | 28 | F | 20 | 36 | 44 |
| Octal | 332 | 261 | 203 | 0 | 23 | 50 | 17 | 40 | 66 | 104 |
| Binary | 11011010 | 10110001 | 10000011 | 0 | 10011 | 101000 | 1111 | 100000 | 110110 | 1000100 |
Color Harmonies of #DAB183
Complementary color
Monochromatic Colors of #DAB183
Black with #DAB183
Text Example
Text Example
White with #DAB183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB183; }
p { color: rgb(218,177,131); }
H1.HeaderClassName
{
color: #DAB183;
}
.AnyTagClassName
{
color: #DAB183;
}
</style>
background-color css
<style>
a { background-color: #DAB183; }
a { background-color: rgb(218,177,131); }
div.DivClassName
{
background-color: #DAB183;
}
.BgClassName
{
background-color: #DAB183;
}
</style>
border-color css
<style>
span { border-color: #DAB183; }
span { border-color: rgb(218,177,131); }
td.TdClassName
{
border-color: #DAB183;
}
.TagClassName
{
border-color: #DAB183;
}
</style>