Shades of Calico #DAB17D
Tints of Calico #DAB17D
RGB
CMYK
RGB Variations
Color information
#DAB17D (or 0xDAB17D) is known color: Calico. HEX triplet: DA, B1 and 7D. RGB value is (218,177,125). Sum of RGB (Red+Green+Blue) = 218+177+125=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB17D is #254E82. Grayscale: #B7B7B7. Windows color (decimal): -2444931 or 8237530. OLE color: 8237530.
HSL color Cylindrical-coordinate representation of color #DAB17D: hue angle of 33.55º 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 #DAB17D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 125 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.15 |
| HSL | 33.55º | 0.56% | 0.67% | - |
| HSV(B) | 33.55º | 0.43% | 0.85% | - |
| XYZ | 48.34 | 47.83 | 26.09 | - |
| YUV | 183.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 125 | 0 | 0.19 | 0.43 | 0.15 | 33.55 | 0.56 | 0.67 |
| Hex | DA | B1 | 7D | 0 | 13 | 2B | F | 22 | 38 | 43 |
| Octal | 332 | 261 | 175 | 0 | 23 | 53 | 17 | 42 | 70 | 103 |
| Binary | 11011010 | 10110001 | 1111101 | 0 | 10011 | 101011 | 1111 | 100010 | 111000 | 1000011 |
Color Harmonies of #DAB17D
Complementary color
Monochromatic Colors of #DAB17D
Black with #DAB17D
Text Example
Text Example
White with #DAB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB17D; }
p { color: rgb(218,177,125); }
H1.HeaderClassName
{
color: #DAB17D;
}
.AnyTagClassName
{
color: #DAB17D;
}
</style>
background-color css
<style>
a { background-color: #DAB17D; }
a { background-color: rgb(218,177,125); }
div.DivClassName
{
background-color: #DAB17D;
}
.BgClassName
{
background-color: #DAB17D;
}
</style>
border-color css
<style>
span { border-color: #DAB17D; }
span { border-color: rgb(218,177,125); }
td.TdClassName
{
border-color: #DAB17D;
}
.TagClassName
{
border-color: #DAB17D;
}
</style>