Shades of Calico #DAB082
Tints of Calico #DAB082
RGB
CMYK
RGB Variations
Color information
#DAB082 (or 0xDAB082) is known color: Calico. HEX triplet: DA, B0 and 82. RGB value is (218,176,130). Sum of RGB (Red+Green+Blue) = 218+176+130=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB082 is #254F7D. Grayscale: #B7B7B7. Windows color (decimal): -2445182 or 8564954. OLE color: 8564954.
HSL color Cylindrical-coordinate representation of color #DAB082: hue angle of 31.36º 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 #DAB082 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 130 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.15 |
| HSL | 31.36º | 0.54% | 0.68% | - |
| HSV(B) | 31.36º | 0.4% | 0.85% | - |
| XYZ | 48.47 | 47.57 | 27.75 | - |
| YUV | 183.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 130 | 0 | 0.19 | 0.40 | 0.15 | 31.36 | 0.54 | 0.68 |
| Hex | DA | B0 | 82 | 0 | 13 | 28 | F | 1F | 36 | 44 |
| Octal | 332 | 260 | 202 | 0 | 23 | 50 | 17 | 37 | 66 | 104 |
| Binary | 11011010 | 10110000 | 10000010 | 0 | 10011 | 101000 | 1111 | 11111 | 110110 | 1000100 |
Color Harmonies of #DAB082
Complementary color
Monochromatic Colors of #DAB082
Black with #DAB082
Text Example
Text Example
White with #DAB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB082; }
p { color: rgb(218,176,130); }
H1.HeaderClassName
{
color: #DAB082;
}
.AnyTagClassName
{
color: #DAB082;
}
</style>
background-color css
<style>
a { background-color: #DAB082; }
a { background-color: rgb(218,176,130); }
div.DivClassName
{
background-color: #DAB082;
}
.BgClassName
{
background-color: #DAB082;
}
</style>
border-color css
<style>
span { border-color: #DAB082; }
span { border-color: rgb(218,176,130); }
td.TdClassName
{
border-color: #DAB082;
}
.TagClassName
{
border-color: #DAB082;
}
</style>