Shades of Calico #DAB17B
Tints of Calico #DAB17B
RGB
CMYK
RGB Variations
Color information
#DAB17B (or 0xDAB17B) is known color: Calico. HEX triplet: DA, B1 and 7B. RGB value is (218,177,123). Sum of RGB (Red+Green+Blue) = 218+177+123=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB17B is #254E84. Grayscale: #B7B7B7. Windows color (decimal): -2444933 or 8106458. OLE color: 8106458.
HSL color Cylindrical-coordinate representation of color #DAB17B: hue angle of 34.11º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAB17B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 123 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.15 |
| HSL | 34.11º | 0.56% | 0.67% | - |
| HSV(B) | 34.11º | 0.44% | 0.85% | - |
| XYZ | 48.21 | 47.78 | 25.42 | - |
| YUV | 183.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 123 | 0 | 0.19 | 0.44 | 0.15 | 34.11 | 0.56 | 0.67 |
| Hex | DA | B1 | 7B | 0 | 13 | 2C | F | 22 | 38 | 43 |
| Octal | 332 | 261 | 173 | 0 | 23 | 54 | 17 | 42 | 70 | 103 |
| Binary | 11011010 | 10110001 | 1111011 | 0 | 10011 | 101100 | 1111 | 100010 | 111000 | 1000011 |
Color Harmonies of #DAB17B
Complementary color
Monochromatic Colors of #DAB17B
Black with #DAB17B
Text Example
Text Example
White with #DAB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB17B; }
p { color: rgb(218,177,123); }
H1.HeaderClassName
{
color: #DAB17B;
}
.AnyTagClassName
{
color: #DAB17B;
}
</style>
background-color css
<style>
a { background-color: #DAB17B; }
a { background-color: rgb(218,177,123); }
div.DivClassName
{
background-color: #DAB17B;
}
.BgClassName
{
background-color: #DAB17B;
}
</style>
border-color css
<style>
span { border-color: #DAB17B; }
span { border-color: rgb(218,177,123); }
td.TdClassName
{
border-color: #DAB17B;
}
.TagClassName
{
border-color: #DAB17B;
}
</style>