Shades of Calico #D7AB7B
Tints of Calico #D7AB7B
RGB
CMYK
RGB Variations
Color information
#D7AB7B (or 0xD7AB7B) is known color: Calico. HEX triplet: D7, AB and 7B. RGB value is (215,171,123). Sum of RGB (Red+Green+Blue) = 215+171+123=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB7B is #285484. Grayscale: #B2B2B2. Windows color (decimal): -2643077 or 8104919. OLE color: 8104919.
HSL color Cylindrical-coordinate representation of color #D7AB7B: hue angle of 31.3º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7AB7B is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 171 | 123 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.16 |
| HSL | 31.3º | 0.53% | 0.66% | - |
| HSV(B) | 31.3º | 0.43% | 0.84% | - |
| XYZ | 46.16 | 45 | 24.99 | - |
| YUV | 178.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 123 | 0 | 0.20 | 0.43 | 0.16 | 31.3 | 0.53 | 0.66 |
| Hex | D7 | AB | 7B | 0 | 14 | 2B | 10 | 1F | 35 | 42 |
| Octal | 327 | 253 | 173 | 0 | 24 | 53 | 20 | 37 | 65 | 102 |
| Binary | 11010111 | 10101011 | 1111011 | 0 | 10100 | 101011 | 10000 | 11111 | 110101 | 1000010 |
Color Harmonies of #D7AB7B
Complementary color
Monochromatic Colors of #D7AB7B
Black with #D7AB7B
Text Example
Text Example
White with #D7AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AB7B; }
p { color: rgb(215,171,123); }
H1.HeaderClassName
{
color: #D7AB7B;
}
.AnyTagClassName
{
color: #D7AB7B;
}
</style>
background-color css
<style>
a { background-color: #D7AB7B; }
a { background-color: rgb(215,171,123); }
div.DivClassName
{
background-color: #D7AB7B;
}
.BgClassName
{
background-color: #D7AB7B;
}
</style>
border-color css
<style>
span { border-color: #D7AB7B; }
span { border-color: rgb(215,171,123); }
td.TdClassName
{
border-color: #D7AB7B;
}
.TagClassName
{
border-color: #D7AB7B;
}
</style>