Shades of Calico #D4AD88
Tints of Calico #D4AD88
RGB
CMYK
RGB Variations
Color information
#D4AD88 (or 0xD4AD88) is known color: Calico. HEX triplet: D4, AD and 88. RGB value is (212,173,136). Sum of RGB (Red+Green+Blue) = 212+173+136=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AD88 is #2B5277. Grayscale: #B4B4B4. Windows color (decimal): -2839160 or 8957396. OLE color: 8957396.
HSL color Cylindrical-coordinate representation of color #D4AD88: hue angle of 29.21º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4AD88 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 136 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.17 |
| HSL | 29.21º | 0.47% | 0.68% | - |
| HSV(B) | 29.21º | 0.36% | 0.83% | - |
| XYZ | 46.54 | 45.66 | 29.65 | - |
| YUV | 180.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 136 | 0 | 0.18 | 0.36 | 0.17 | 29.21 | 0.47 | 0.68 |
| Hex | D4 | AD | 88 | 0 | 12 | 24 | 11 | 1D | 2F | 44 |
| Octal | 324 | 255 | 210 | 0 | 22 | 44 | 21 | 35 | 57 | 104 |
| Binary | 11010100 | 10101101 | 10001000 | 0 | 10010 | 100100 | 10001 | 11101 | 101111 | 1000100 |
Color Harmonies of #D4AD88
Complementary color
Monochromatic Colors of #D4AD88
Black with #D4AD88
Text Example
Text Example
White with #D4AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD88; }
p { color: rgb(212,173,136); }
H1.HeaderClassName
{
color: #D4AD88;
}
.AnyTagClassName
{
color: #D4AD88;
}
</style>
background-color css
<style>
a { background-color: #D4AD88; }
a { background-color: rgb(212,173,136); }
div.DivClassName
{
background-color: #D4AD88;
}
.BgClassName
{
background-color: #D4AD88;
}
</style>
border-color css
<style>
span { border-color: #D4AD88; }
span { border-color: rgb(212,173,136); }
td.TdClassName
{
border-color: #D4AD88;
}
.TagClassName
{
border-color: #D4AD88;
}
</style>