Shades of Calico #D3AD7E
Tints of Calico #D3AD7E
RGB
CMYK
RGB Variations
Color information
#D3AD7E (or 0xD3AD7E) is known color: Calico. HEX triplet: D3, AD and 7E. RGB value is (211,173,126). Sum of RGB (Red+Green+Blue) = 211+173+126=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD7E is #2C5281. Grayscale: #B3B3B3. Windows color (decimal): -2904706 or 8302035. OLE color: 8302035.
HSL color Cylindrical-coordinate representation of color #D3AD7E: hue angle of 33.18º 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 #D3AD7E is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 126 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.17 |
| HSL | 33.18º | 0.49% | 0.66% | - |
| HSV(B) | 33.18º | 0.4% | 0.83% | - |
| XYZ | 45.57 | 45.24 | 26.07 | - |
| YUV | 179 | 98.09 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 126 | 0 | 0.18 | 0.40 | 0.17 | 33.18 | 0.49 | 0.66 |
| Hex | D3 | AD | 7E | 0 | 12 | 28 | 11 | 21 | 31 | 42 |
| Octal | 323 | 255 | 176 | 0 | 22 | 50 | 21 | 41 | 61 | 102 |
| Binary | 11010011 | 10101101 | 1111110 | 0 | 10010 | 101000 | 10001 | 100001 | 110001 | 1000010 |
Color Harmonies of #D3AD7E
Complementary color
Monochromatic Colors of #D3AD7E
Black with #D3AD7E
Text Example
Text Example
White with #D3AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD7E; }
p { color: rgb(211,173,126); }
H1.HeaderClassName
{
color: #D3AD7E;
}
.AnyTagClassName
{
color: #D3AD7E;
}
</style>
background-color css
<style>
a { background-color: #D3AD7E; }
a { background-color: rgb(211,173,126); }
div.DivClassName
{
background-color: #D3AD7E;
}
.BgClassName
{
background-color: #D3AD7E;
}
</style>
border-color css
<style>
span { border-color: #D3AD7E; }
span { border-color: rgb(211,173,126); }
td.TdClassName
{
border-color: #D3AD7E;
}
.TagClassName
{
border-color: #D3AD7E;
}
</style>