Shades of Calico #DAAF83
Tints of Calico #DAAF83
RGB
CMYK
RGB Variations
Color information
#DAAF83 (or 0xDAAF83) is known color: Calico. HEX triplet: DA, AF and 83. RGB value is (218,175,131). Sum of RGB (Red+Green+Blue) = 218+175+131=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAF83 is #25507C. Grayscale: #B7B7B7. Windows color (decimal): -2445437 or 8630234. OLE color: 8630234.
HSL color Cylindrical-coordinate representation of color #DAAF83: hue angle of 30.34º 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 #DAAF83 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 131 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.15 |
| HSL | 30.34º | 0.54% | 0.68% | - |
| HSV(B) | 30.34º | 0.4% | 0.85% | - |
| XYZ | 48.34 | 47.2 | 28.04 | - |
| YUV | 182.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 131 | 0 | 0.20 | 0.40 | 0.15 | 30.34 | 0.54 | 0.68 |
| Hex | DA | AF | 83 | 0 | 14 | 28 | F | 1E | 36 | 44 |
| Octal | 332 | 257 | 203 | 0 | 24 | 50 | 17 | 36 | 66 | 104 |
| Binary | 11011010 | 10101111 | 10000011 | 0 | 10100 | 101000 | 1111 | 11110 | 110110 | 1000100 |
Color Harmonies of #DAAF83
Complementary color
Monochromatic Colors of #DAAF83
Black with #DAAF83
Text Example
Text Example
White with #DAAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF83; }
p { color: rgb(218,175,131); }
H1.HeaderClassName
{
color: #DAAF83;
}
.AnyTagClassName
{
color: #DAAF83;
}
</style>
background-color css
<style>
a { background-color: #DAAF83; }
a { background-color: rgb(218,175,131); }
div.DivClassName
{
background-color: #DAAF83;
}
.BgClassName
{
background-color: #DAAF83;
}
</style>
border-color css
<style>
span { border-color: #DAAF83; }
span { border-color: rgb(218,175,131); }
td.TdClassName
{
border-color: #DAAF83;
}
.TagClassName
{
border-color: #DAAF83;
}
</style>