Shades of Calico #DAB47F
Tints of Calico #DAB47F
RGB
CMYK
RGB Variations
Color information
#DAB47F (or 0xDAB47F) is known color: Calico. HEX triplet: DA, B4 and 7F. RGB value is (218,180,127). Sum of RGB (Red+Green+Blue) = 218+180+127=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB47F is #254B80. Grayscale: #B9B9B9. Windows color (decimal): -2444161 or 8369370. OLE color: 8369370.
HSL color Cylindrical-coordinate representation of color #DAB47F: hue angle of 34.95º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAB47F is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 127 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.15 |
| HSL | 34.95º | 0.55% | 0.68% | - |
| HSV(B) | 34.95º | 0.42% | 0.85% | - |
| XYZ | 49.07 | 49.08 | 26.97 | - |
| YUV | 185.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 127 | 0 | 0.17 | 0.42 | 0.15 | 34.95 | 0.55 | 0.68 |
| Hex | DA | B4 | 7F | 0 | 11 | 2A | F | 23 | 37 | 44 |
| Octal | 332 | 264 | 177 | 0 | 21 | 52 | 17 | 43 | 67 | 104 |
| Binary | 11011010 | 10110100 | 1111111 | 0 | 10001 | 101010 | 1111 | 100011 | 110111 | 1000100 |
Color Harmonies of #DAB47F
Complementary color
Monochromatic Colors of #DAB47F
Black with #DAB47F
Text Example
Text Example
White with #DAB47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB47F; }
p { color: rgb(218,180,127); }
H1.HeaderClassName
{
color: #DAB47F;
}
.AnyTagClassName
{
color: #DAB47F;
}
</style>
background-color css
<style>
a { background-color: #DAB47F; }
a { background-color: rgb(218,180,127); }
div.DivClassName
{
background-color: #DAB47F;
}
.BgClassName
{
background-color: #DAB47F;
}
</style>
border-color css
<style>
span { border-color: #DAB47F; }
span { border-color: rgb(218,180,127); }
td.TdClassName
{
border-color: #DAB47F;
}
.TagClassName
{
border-color: #DAB47F;
}
</style>