Shades of Calico #DAB385
Tints of Calico #DAB385
RGB
CMYK
RGB Variations
Color information
#DAB385 (or 0xDAB385) is known color: Calico. HEX triplet: DA, B3 and 85. RGB value is (218,179,133). Sum of RGB (Red+Green+Blue) = 218+179+133=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB385 is #254C7A. Grayscale: #B9B9B9. Windows color (decimal): -2444411 or 8762330. OLE color: 8762330.
HSL color Cylindrical-coordinate representation of color #DAB385: hue angle of 32.47º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAB385 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 133 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.15 |
| HSL | 32.47º | 0.53% | 0.69% | - |
| HSV(B) | 32.47º | 0.39% | 0.85% | - |
| XYZ | 49.27 | 48.84 | 29.02 | - |
| YUV | 185.42 | 98.42 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 133 | 0 | 0.18 | 0.39 | 0.15 | 32.47 | 0.53 | 0.69 |
| Hex | DA | B3 | 85 | 0 | 12 | 27 | F | 20 | 35 | 45 |
| Octal | 332 | 263 | 205 | 0 | 22 | 47 | 17 | 40 | 65 | 105 |
| Binary | 11011010 | 10110011 | 10000101 | 0 | 10010 | 100111 | 1111 | 100000 | 110101 | 1000101 |
Color Harmonies of #DAB385
Complementary color
Monochromatic Colors of #DAB385
Black with #DAB385
Text Example
Text Example
White with #DAB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB385; }
p { color: rgb(218,179,133); }
H1.HeaderClassName
{
color: #DAB385;
}
.AnyTagClassName
{
color: #DAB385;
}
</style>
background-color css
<style>
a { background-color: #DAB385; }
a { background-color: rgb(218,179,133); }
div.DivClassName
{
background-color: #DAB385;
}
.BgClassName
{
background-color: #DAB385;
}
</style>
border-color css
<style>
span { border-color: #DAB385; }
span { border-color: rgb(218,179,133); }
td.TdClassName
{
border-color: #DAB385;
}
.TagClassName
{
border-color: #DAB385;
}
</style>