Shades of Calico #DAB37D
Tints of Calico #DAB37D
RGB
CMYK
RGB Variations
Color information
#DAB37D (or 0xDAB37D) is known color: Calico. HEX triplet: DA, B3 and 7D. RGB value is (218,179,125). Sum of RGB (Red+Green+Blue) = 218+179+125=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB37D is #254C82. Grayscale: #B8B8B8. Windows color (decimal): -2444419 or 8238042. OLE color: 8238042.
HSL color Cylindrical-coordinate representation of color #DAB37D: hue angle of 34.84º 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 #DAB37D is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 125 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.15 |
| HSL | 34.84º | 0.56% | 0.67% | - |
| HSV(B) | 34.84º | 0.43% | 0.85% | - |
| XYZ | 48.74 | 48.63 | 26.22 | - |
| YUV | 184.51 | 94.42 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 125 | 0 | 0.18 | 0.43 | 0.15 | 34.84 | 0.56 | 0.67 |
| Hex | DA | B3 | 7D | 0 | 12 | 2B | F | 23 | 38 | 43 |
| Octal | 332 | 263 | 175 | 0 | 22 | 53 | 17 | 43 | 70 | 103 |
| Binary | 11011010 | 10110011 | 1111101 | 0 | 10010 | 101011 | 1111 | 100011 | 111000 | 1000011 |
Color Harmonies of #DAB37D
Complementary color
Monochromatic Colors of #DAB37D
Black with #DAB37D
Text Example
Text Example
White with #DAB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB37D; }
p { color: rgb(218,179,125); }
H1.HeaderClassName
{
color: #DAB37D;
}
.AnyTagClassName
{
color: #DAB37D;
}
</style>
background-color css
<style>
a { background-color: #DAB37D; }
a { background-color: rgb(218,179,125); }
div.DivClassName
{
background-color: #DAB37D;
}
.BgClassName
{
background-color: #DAB37D;
}
</style>
border-color css
<style>
span { border-color: #DAB37D; }
span { border-color: rgb(218,179,125); }
td.TdClassName
{
border-color: #DAB37D;
}
.TagClassName
{
border-color: #DAB37D;
}
</style>