Shades of Calico #DAB481
Tints of Calico #DAB481
RGB
CMYK
RGB Variations
Color information
#DAB481 (or 0xDAB481) is known color: Calico. HEX triplet: DA, B4 and 81. RGB value is (218,180,129). Sum of RGB (Red+Green+Blue) = 218+180+129=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB481 is #254B7E. Grayscale: #B9B9B9. Windows color (decimal): -2444159 or 8500442. OLE color: 8500442.
HSL color Cylindrical-coordinate representation of color #DAB481: hue angle of 34.38º 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 #DAB481 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 129 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.15 |
| HSL | 34.38º | 0.55% | 0.68% | - |
| HSV(B) | 34.38º | 0.41% | 0.85% | - |
| XYZ | 49.2 | 49.13 | 27.66 | - |
| YUV | 185.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 129 | 0 | 0.17 | 0.41 | 0.15 | 34.38 | 0.55 | 0.68 |
| Hex | DA | B4 | 81 | 0 | 11 | 29 | F | 22 | 37 | 44 |
| Octal | 332 | 264 | 201 | 0 | 21 | 51 | 17 | 42 | 67 | 104 |
| Binary | 11011010 | 10110100 | 10000001 | 0 | 10001 | 101001 | 1111 | 100010 | 110111 | 1000100 |
Color Harmonies of #DAB481
Complementary color
Monochromatic Colors of #DAB481
Black with #DAB481
Text Example
Text Example
White with #DAB481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB481; }
p { color: rgb(218,180,129); }
H1.HeaderClassName
{
color: #DAB481;
}
.AnyTagClassName
{
color: #DAB481;
}
</style>
background-color css
<style>
a { background-color: #DAB481; }
a { background-color: rgb(218,180,129); }
div.DivClassName
{
background-color: #DAB481;
}
.BgClassName
{
background-color: #DAB481;
}
</style>
border-color css
<style>
span { border-color: #DAB481; }
span { border-color: rgb(218,180,129); }
td.TdClassName
{
border-color: #DAB481;
}
.TagClassName
{
border-color: #DAB481;
}
</style>