Shades of Calico #D3AB7E
Tints of Calico #D3AB7E
RGB
CMYK
RGB Variations
Color information
#D3AB7E (or 0xD3AB7E) is known color: Calico. HEX triplet: D3, AB and 7E. RGB value is (211,171,126). Sum of RGB (Red+Green+Blue) = 211+171+126=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB7E is #2C5481. Grayscale: #B2B2B2. Windows color (decimal): -2905218 or 8301523. OLE color: 8301523.
HSL color Cylindrical-coordinate representation of color #D3AB7E: hue angle of 31.76º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3AB7E is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 126 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.17 |
| HSL | 31.76º | 0.49% | 0.66% | - |
| HSV(B) | 31.76º | 0.4% | 0.83% | - |
| XYZ | 45.19 | 44.48 | 25.94 | - |
| YUV | 177.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 126 | 0 | 0.19 | 0.40 | 0.17 | 31.76 | 0.49 | 0.66 |
| Hex | D3 | AB | 7E | 0 | 13 | 28 | 11 | 20 | 31 | 42 |
| Octal | 323 | 253 | 176 | 0 | 23 | 50 | 21 | 40 | 61 | 102 |
| Binary | 11010011 | 10101011 | 1111110 | 0 | 10011 | 101000 | 10001 | 100000 | 110001 | 1000010 |
Color Harmonies of #D3AB7E
Complementary color
Monochromatic Colors of #D3AB7E
Black with #D3AB7E
Text Example
Text Example
White with #D3AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB7E; }
p { color: rgb(211,171,126); }
H1.HeaderClassName
{
color: #D3AB7E;
}
.AnyTagClassName
{
color: #D3AB7E;
}
</style>
background-color css
<style>
a { background-color: #D3AB7E; }
a { background-color: rgb(211,171,126); }
div.DivClassName
{
background-color: #D3AB7E;
}
.BgClassName
{
background-color: #D3AB7E;
}
</style>
border-color css
<style>
span { border-color: #D3AB7E; }
span { border-color: rgb(211,171,126); }
td.TdClassName
{
border-color: #D3AB7E;
}
.TagClassName
{
border-color: #D3AB7E;
}
</style>