Shades of Calico #D4AB8A
Tints of Calico #D4AB8A
RGB
CMYK
RGB Variations
Color information
#D4AB8A (or 0xD4AB8A) is known color: Calico. HEX triplet: D4, AB and 8A. RGB value is (212,171,138). Sum of RGB (Red+Green+Blue) = 212+171+138=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AB8A is #2B5475. Grayscale: #B3B3B3. Windows color (decimal): -2839670 or 9087956. OLE color: 9087956.
HSL color Cylindrical-coordinate representation of color #D4AB8A: hue angle of 26.76º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4AB8A is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 138 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.17 |
| HSL | 26.76º | 0.46% | 0.69% | - |
| HSV(B) | 26.76º | 0.35% | 0.83% | - |
| XYZ | 46.3 | 44.96 | 30.28 | - |
| YUV | 179.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 138 | 0 | 0.19 | 0.35 | 0.17 | 26.76 | 0.46 | 0.69 |
| Hex | D4 | AB | 8A | 0 | 13 | 23 | 11 | 1B | 2E | 45 |
| Octal | 324 | 253 | 212 | 0 | 23 | 43 | 21 | 33 | 56 | 105 |
| Binary | 11010100 | 10101011 | 10001010 | 0 | 10011 | 100011 | 10001 | 11011 | 101110 | 1000101 |
Color Harmonies of #D4AB8A
Complementary color
Monochromatic Colors of #D4AB8A
Black with #D4AB8A
Text Example
Text Example
White with #D4AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB8A; }
p { color: rgb(212,171,138); }
H1.HeaderClassName
{
color: #D4AB8A;
}
.AnyTagClassName
{
color: #D4AB8A;
}
</style>
background-color css
<style>
a { background-color: #D4AB8A; }
a { background-color: rgb(212,171,138); }
div.DivClassName
{
background-color: #D4AB8A;
}
.BgClassName
{
background-color: #D4AB8A;
}
</style>
border-color css
<style>
span { border-color: #D4AB8A; }
span { border-color: rgb(212,171,138); }
td.TdClassName
{
border-color: #D4AB8A;
}
.TagClassName
{
border-color: #D4AB8A;
}
</style>