Shades of Calico #DAB07E
Tints of Calico #DAB07E
RGB
CMYK
RGB Variations
Color information
#DAB07E (or 0xDAB07E) is known color: Calico. HEX triplet: DA, B0 and 7E. RGB value is (218,176,126). Sum of RGB (Red+Green+Blue) = 218+176+126=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB07E is #254F81. Grayscale: #B7B7B7. Windows color (decimal): -2445186 or 8302810. OLE color: 8302810.
HSL color Cylindrical-coordinate representation of color #DAB07E: hue angle of 32.61º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAB07E is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 126 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.15 |
| HSL | 32.61º | 0.55% | 0.67% | - |
| HSV(B) | 32.61º | 0.42% | 0.85% | - |
| XYZ | 48.2 | 47.46 | 26.36 | - |
| YUV | 182.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 126 | 0 | 0.19 | 0.42 | 0.15 | 32.61 | 0.55 | 0.67 |
| Hex | DA | B0 | 7E | 0 | 13 | 2A | F | 21 | 37 | 43 |
| Octal | 332 | 260 | 176 | 0 | 23 | 52 | 17 | 41 | 67 | 103 |
| Binary | 11011010 | 10110000 | 1111110 | 0 | 10011 | 101010 | 1111 | 100001 | 110111 | 1000011 |
Color Harmonies of #DAB07E
Complementary color
Monochromatic Colors of #DAB07E
Black with #DAB07E
Text Example
Text Example
White with #DAB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB07E; }
p { color: rgb(218,176,126); }
H1.HeaderClassName
{
color: #DAB07E;
}
.AnyTagClassName
{
color: #DAB07E;
}
</style>
background-color css
<style>
a { background-color: #DAB07E; }
a { background-color: rgb(218,176,126); }
div.DivClassName
{
background-color: #DAB07E;
}
.BgClassName
{
background-color: #DAB07E;
}
</style>
border-color css
<style>
span { border-color: #DAB07E; }
span { border-color: rgb(218,176,126); }
td.TdClassName
{
border-color: #DAB07E;
}
.TagClassName
{
border-color: #DAB07E;
}
</style>