Shades of Calico #DAB081
Tints of Calico #DAB081
RGB
CMYK
RGB Variations
Color information
#DAB081 (or 0xDAB081) is known color: Calico. HEX triplet: DA, B0 and 81. RGB value is (218,176,129). Sum of RGB (Red+Green+Blue) = 218+176+129=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB081 is #254F7E. Grayscale: #B7B7B7. Windows color (decimal): -2445183 or 8499418. OLE color: 8499418.
HSL color Cylindrical-coordinate representation of color #DAB081: hue angle of 31.69º 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 #DAB081 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 129 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.15 |
| HSL | 31.69º | 0.55% | 0.68% | - |
| HSV(B) | 31.69º | 0.41% | 0.85% | - |
| XYZ | 48.4 | 47.54 | 27.39 | - |
| YUV | 183.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 129 | 0 | 0.19 | 0.41 | 0.15 | 31.69 | 0.55 | 0.68 |
| Hex | DA | B0 | 81 | 0 | 13 | 29 | F | 20 | 37 | 44 |
| Octal | 332 | 260 | 201 | 0 | 23 | 51 | 17 | 40 | 67 | 104 |
| Binary | 11011010 | 10110000 | 10000001 | 0 | 10011 | 101001 | 1111 | 100000 | 110111 | 1000100 |
Color Harmonies of #DAB081
Complementary color
Monochromatic Colors of #DAB081
Black with #DAB081
Text Example
Text Example
White with #DAB081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB081; }
p { color: rgb(218,176,129); }
H1.HeaderClassName
{
color: #DAB081;
}
.AnyTagClassName
{
color: #DAB081;
}
</style>
background-color css
<style>
a { background-color: #DAB081; }
a { background-color: rgb(218,176,129); }
div.DivClassName
{
background-color: #DAB081;
}
.BgClassName
{
background-color: #DAB081;
}
</style>
border-color css
<style>
span { border-color: #DAB081; }
span { border-color: rgb(218,176,129); }
td.TdClassName
{
border-color: #DAB081;
}
.TagClassName
{
border-color: #DAB081;
}
</style>