Shades of Calico #D4AB8B
Tints of Calico #D4AB8B
RGB
CMYK
RGB Variations
Color information
#D4AB8B (or 0xD4AB8B) is known color: Calico. HEX triplet: D4, AB and 8B. RGB value is (212,171,139). Sum of RGB (Red+Green+Blue) = 212+171+139=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AB8B is #2B5474. Grayscale: #B3B3B3. Windows color (decimal): -2839669 or 9153492. OLE color: 9153492.
HSL color Cylindrical-coordinate representation of color #D4AB8B: hue angle of 26.3º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4AB8B is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 139 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.17 |
| HSL | 26.3º | 0.46% | 0.69% | - |
| HSV(B) | 26.3º | 0.34% | 0.83% | - |
| XYZ | 46.37 | 44.99 | 30.67 | - |
| YUV | 179.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 139 | 0 | 0.19 | 0.34 | 0.17 | 26.3 | 0.46 | 0.69 |
| Hex | D4 | AB | 8B | 0 | 13 | 22 | 11 | 1A | 2E | 45 |
| Octal | 324 | 253 | 213 | 0 | 23 | 42 | 21 | 32 | 56 | 105 |
| Binary | 11010100 | 10101011 | 10001011 | 0 | 10011 | 100010 | 10001 | 11010 | 101110 | 1000101 |
Color Harmonies of #D4AB8B
Complementary color
Monochromatic Colors of #D4AB8B
Black with #D4AB8B
Text Example
Text Example
White with #D4AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB8B; }
p { color: rgb(212,171,139); }
H1.HeaderClassName
{
color: #D4AB8B;
}
.AnyTagClassName
{
color: #D4AB8B;
}
</style>
background-color css
<style>
a { background-color: #D4AB8B; }
a { background-color: rgb(212,171,139); }
div.DivClassName
{
background-color: #D4AB8B;
}
.BgClassName
{
background-color: #D4AB8B;
}
</style>
border-color css
<style>
span { border-color: #D4AB8B; }
span { border-color: rgb(212,171,139); }
td.TdClassName
{
border-color: #D4AB8B;
}
.TagClassName
{
border-color: #D4AB8B;
}
</style>