Shades of Calico #DAB07C
Tints of Calico #DAB07C
RGB
CMYK
RGB Variations
Color information
#DAB07C (or 0xDAB07C) is known color: Calico. HEX triplet: DA, B0 and 7C. RGB value is (218,176,124). Sum of RGB (Red+Green+Blue) = 218+176+124=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB07C is #254F83. Grayscale: #B6B6B6. Windows color (decimal): -2445188 or 8171738. OLE color: 8171738.
HSL color Cylindrical-coordinate representation of color #DAB07C: hue angle of 33.19º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAB07C is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 124 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.15 |
| HSL | 33.19º | 0.56% | 0.67% | - |
| HSV(B) | 33.19º | 0.43% | 0.85% | - |
| XYZ | 48.08 | 47.41 | 25.69 | - |
| YUV | 182.63 | 94.91 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 124 | 0 | 0.19 | 0.43 | 0.15 | 33.19 | 0.56 | 0.67 |
| Hex | DA | B0 | 7C | 0 | 13 | 2B | F | 21 | 38 | 43 |
| Octal | 332 | 260 | 174 | 0 | 23 | 53 | 17 | 41 | 70 | 103 |
| Binary | 11011010 | 10110000 | 1111100 | 0 | 10011 | 101011 | 1111 | 100001 | 111000 | 1000011 |
Color Harmonies of #DAB07C
Complementary color
Monochromatic Colors of #DAB07C
Black with #DAB07C
Text Example
Text Example
White with #DAB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB07C; }
p { color: rgb(218,176,124); }
H1.HeaderClassName
{
color: #DAB07C;
}
.AnyTagClassName
{
color: #DAB07C;
}
</style>
background-color css
<style>
a { background-color: #DAB07C; }
a { background-color: rgb(218,176,124); }
div.DivClassName
{
background-color: #DAB07C;
}
.BgClassName
{
background-color: #DAB07C;
}
</style>
border-color css
<style>
span { border-color: #DAB07C; }
span { border-color: rgb(218,176,124); }
td.TdClassName
{
border-color: #DAB07C;
}
.TagClassName
{
border-color: #DAB07C;
}
</style>