Shades of Calico #DAB37C
Tints of Calico #DAB37C
RGB
CMYK
RGB Variations
Color information
#DAB37C (or 0xDAB37C) is known color: Calico. HEX triplet: DA, B3 and 7C. RGB value is (218,179,124). Sum of RGB (Red+Green+Blue) = 218+179+124=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB37C is #254C83. Grayscale: #B8B8B8. Windows color (decimal): -2444420 or 8172506. OLE color: 8172506.
HSL color Cylindrical-coordinate representation of color #DAB37C: hue angle of 35.11º 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 #DAB37C is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 124 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.15 |
| HSL | 35.11º | 0.56% | 0.67% | - |
| HSV(B) | 35.11º | 0.43% | 0.85% | - |
| XYZ | 48.67 | 48.6 | 25.88 | - |
| YUV | 184.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 124 | 0 | 0.18 | 0.43 | 0.15 | 35.11 | 0.56 | 0.67 |
| Hex | DA | B3 | 7C | 0 | 12 | 2B | F | 23 | 38 | 43 |
| Octal | 332 | 263 | 174 | 0 | 22 | 53 | 17 | 43 | 70 | 103 |
| Binary | 11011010 | 10110011 | 1111100 | 0 | 10010 | 101011 | 1111 | 100011 | 111000 | 1000011 |
Color Harmonies of #DAB37C
Complementary color
Monochromatic Colors of #DAB37C
Black with #DAB37C
Text Example
Text Example
White with #DAB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB37C; }
p { color: rgb(218,179,124); }
H1.HeaderClassName
{
color: #DAB37C;
}
.AnyTagClassName
{
color: #DAB37C;
}
</style>
background-color css
<style>
a { background-color: #DAB37C; }
a { background-color: rgb(218,179,124); }
div.DivClassName
{
background-color: #DAB37C;
}
.BgClassName
{
background-color: #DAB37C;
}
</style>
border-color css
<style>
span { border-color: #DAB37C; }
span { border-color: rgb(218,179,124); }
td.TdClassName
{
border-color: #DAB37C;
}
.TagClassName
{
border-color: #DAB37C;
}
</style>