Shades of Calico #DAB282
Tints of Calico #DAB282
RGB
CMYK
RGB Variations
Color information
#DAB282 (or 0xDAB282) is known color: Calico. HEX triplet: DA, B2 and 82. RGB value is (218,178,130). Sum of RGB (Red+Green+Blue) = 218+178+130=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB282 is #254D7D. Grayscale: #B8B8B8. Windows color (decimal): -2444670 or 8565466. OLE color: 8565466.
HSL color Cylindrical-coordinate representation of color #DAB282: hue angle of 32.73º 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 #DAB282 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 130 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.15 |
| HSL | 32.73º | 0.54% | 0.68% | - |
| HSV(B) | 32.73º | 0.4% | 0.85% | - |
| XYZ | 48.86 | 48.36 | 27.88 | - |
| YUV | 184.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 130 | 0 | 0.18 | 0.40 | 0.15 | 32.73 | 0.54 | 0.68 |
| Hex | DA | B2 | 82 | 0 | 12 | 28 | F | 21 | 36 | 44 |
| Octal | 332 | 262 | 202 | 0 | 22 | 50 | 17 | 41 | 66 | 104 |
| Binary | 11011010 | 10110010 | 10000010 | 0 | 10010 | 101000 | 1111 | 100001 | 110110 | 1000100 |
Color Harmonies of #DAB282
Complementary color
Monochromatic Colors of #DAB282
Black with #DAB282
Text Example
Text Example
White with #DAB282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB282; }
p { color: rgb(218,178,130); }
H1.HeaderClassName
{
color: #DAB282;
}
.AnyTagClassName
{
color: #DAB282;
}
</style>
background-color css
<style>
a { background-color: #DAB282; }
a { background-color: rgb(218,178,130); }
div.DivClassName
{
background-color: #DAB282;
}
.BgClassName
{
background-color: #DAB282;
}
</style>
border-color css
<style>
span { border-color: #DAB282; }
span { border-color: rgb(218,178,130); }
td.TdClassName
{
border-color: #DAB282;
}
.TagClassName
{
border-color: #DAB282;
}
</style>