Shades of Calico #D5AD8A
Tints of Calico #D5AD8A
RGB
CMYK
RGB Variations
Color information
#D5AD8A (or 0xD5AD8A) is known color: Calico. HEX triplet: D5, AD and 8A. RGB value is (213,173,138). Sum of RGB (Red+Green+Blue) = 213+173+138=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD8A is #2A5275. Grayscale: #B5B5B5. Windows color (decimal): -2773622 or 9088469. OLE color: 9088469.
HSL color Cylindrical-coordinate representation of color #D5AD8A: hue angle of 28º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5AD8A is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 138 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.16 |
| HSL | 28º | 0.47% | 0.69% | - |
| HSV(B) | 28º | 0.35% | 0.84% | - |
| XYZ | 46.97 | 45.87 | 30.42 | - |
| YUV | 180.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 138 | 0 | 0.19 | 0.35 | 0.16 | 28 | 0.47 | 0.69 |
| Hex | D5 | AD | 8A | 0 | 13 | 23 | 10 | 1C | 2F | 45 |
| Octal | 325 | 255 | 212 | 0 | 23 | 43 | 20 | 34 | 57 | 105 |
| Binary | 11010101 | 10101101 | 10001010 | 0 | 10011 | 100011 | 10000 | 11100 | 101111 | 1000101 |
Color Harmonies of #D5AD8A
Complementary color
Monochromatic Colors of #D5AD8A
Black with #D5AD8A
Text Example
Text Example
White with #D5AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD8A; }
p { color: rgb(213,173,138); }
H1.HeaderClassName
{
color: #D5AD8A;
}
.AnyTagClassName
{
color: #D5AD8A;
}
</style>
background-color css
<style>
a { background-color: #D5AD8A; }
a { background-color: rgb(213,173,138); }
div.DivClassName
{
background-color: #D5AD8A;
}
.BgClassName
{
background-color: #D5AD8A;
}
</style>
border-color css
<style>
span { border-color: #D5AD8A; }
span { border-color: rgb(213,173,138); }
td.TdClassName
{
border-color: #D5AD8A;
}
.TagClassName
{
border-color: #D5AD8A;
}
</style>