Shades of Calico #DAAF80
Tints of Calico #DAAF80
RGB
CMYK
RGB Variations
Color information
#DAAF80 (or 0xDAAF80) is known color: Calico. HEX triplet: DA, AF and 80. RGB value is (218,175,128). Sum of RGB (Red+Green+Blue) = 218+175+128=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAF80 is #25507F. Grayscale: #B6B6B6. Windows color (decimal): -2445440 or 8433626. OLE color: 8433626.
HSL color Cylindrical-coordinate representation of color #DAAF80: hue angle of 31.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAAF80 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 128 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.15 |
| HSL | 31.33º | 0.55% | 0.68% | - |
| HSV(B) | 31.33º | 0.41% | 0.85% | - |
| XYZ | 48.14 | 47.12 | 26.98 | - |
| YUV | 182.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 128 | 0 | 0.20 | 0.41 | 0.15 | 31.33 | 0.55 | 0.68 |
| Hex | DA | AF | 80 | 0 | 14 | 29 | F | 1F | 37 | 44 |
| Octal | 332 | 257 | 200 | 0 | 24 | 51 | 17 | 37 | 67 | 104 |
| Binary | 11011010 | 10101111 | 10000000 | 0 | 10100 | 101001 | 1111 | 11111 | 110111 | 1000100 |
Color Harmonies of #DAAF80
Complementary color
Monochromatic Colors of #DAAF80
Black with #DAAF80
Text Example
Text Example
White with #DAAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF80; }
p { color: rgb(218,175,128); }
H1.HeaderClassName
{
color: #DAAF80;
}
.AnyTagClassName
{
color: #DAAF80;
}
</style>
background-color css
<style>
a { background-color: #DAAF80; }
a { background-color: rgb(218,175,128); }
div.DivClassName
{
background-color: #DAAF80;
}
.BgClassName
{
background-color: #DAAF80;
}
</style>
border-color css
<style>
span { border-color: #DAAF80; }
span { border-color: rgb(218,175,128); }
td.TdClassName
{
border-color: #DAAF80;
}
.TagClassName
{
border-color: #DAAF80;
}
</style>