Shades of Calico #D5AD88
Tints of Calico #D5AD88
RGB
CMYK
RGB Variations
Color information
#D5AD88 (or 0xD5AD88) is known color: Calico. HEX triplet: D5, AD and 88. RGB value is (213,173,136). Sum of RGB (Red+Green+Blue) = 213+173+136=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD88 is #2A5277. Grayscale: #B4B4B4. Windows color (decimal): -2773624 or 8957397. OLE color: 8957397.
HSL color Cylindrical-coordinate representation of color #D5AD88: hue angle of 28.83º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5AD88 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 136 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.16 |
| HSL | 28.83º | 0.48% | 0.68% | - |
| HSV(B) | 28.83º | 0.36% | 0.84% | - |
| XYZ | 46.83 | 45.81 | 29.67 | - |
| YUV | 180.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 136 | 0 | 0.19 | 0.36 | 0.16 | 28.83 | 0.48 | 0.68 |
| Hex | D5 | AD | 88 | 0 | 13 | 24 | 10 | 1D | 30 | 44 |
| Octal | 325 | 255 | 210 | 0 | 23 | 44 | 20 | 35 | 60 | 104 |
| Binary | 11010101 | 10101101 | 10001000 | 0 | 10011 | 100100 | 10000 | 11101 | 110000 | 1000100 |
Color Harmonies of #D5AD88
Complementary color
Monochromatic Colors of #D5AD88
Black with #D5AD88
Text Example
Text Example
White with #D5AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD88; }
p { color: rgb(213,173,136); }
H1.HeaderClassName
{
color: #D5AD88;
}
.AnyTagClassName
{
color: #D5AD88;
}
</style>
background-color css
<style>
a { background-color: #D5AD88; }
a { background-color: rgb(213,173,136); }
div.DivClassName
{
background-color: #D5AD88;
}
.BgClassName
{
background-color: #D5AD88;
}
</style>
border-color css
<style>
span { border-color: #D5AD88; }
span { border-color: rgb(213,173,136); }
td.TdClassName
{
border-color: #D5AD88;
}
.TagClassName
{
border-color: #D5AD88;
}
</style>