Shades of Calico #D2AD8A
Tints of Calico #D2AD8A
RGB
CMYK
RGB Variations
Color information
#D2AD8A (or 0xD2AD8A) is known color: Calico. HEX triplet: D2, AD and 8A. RGB value is (210,173,138). Sum of RGB (Red+Green+Blue) = 210+173+138=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD8A is #2D5275. Grayscale: #B4B4B4. Windows color (decimal): -2970230 or 9088466. OLE color: 9088466.
HSL color Cylindrical-coordinate representation of color #D2AD8A: hue angle of 29.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2AD8A is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 138 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.18 |
| HSL | 29.17º | 0.44% | 0.68% | - |
| HSV(B) | 29.17º | 0.34% | 0.82% | - |
| XYZ | 46.11 | 45.42 | 30.38 | - |
| YUV | 180.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 138 | 0 | 0.18 | 0.34 | 0.18 | 29.17 | 0.44 | 0.68 |
| Hex | D2 | AD | 8A | 0 | 12 | 22 | 12 | 1D | 2C | 44 |
| Octal | 322 | 255 | 212 | 0 | 22 | 42 | 22 | 35 | 54 | 104 |
| Binary | 11010010 | 10101101 | 10001010 | 0 | 10010 | 100010 | 10010 | 11101 | 101100 | 1000100 |
Color Harmonies of #D2AD8A
Complementary color
Monochromatic Colors of #D2AD8A
Black with #D2AD8A
Text Example
Text Example
White with #D2AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD8A; }
p { color: rgb(210,173,138); }
H1.HeaderClassName
{
color: #D2AD8A;
}
.AnyTagClassName
{
color: #D2AD8A;
}
</style>
background-color css
<style>
a { background-color: #D2AD8A; }
a { background-color: rgb(210,173,138); }
div.DivClassName
{
background-color: #D2AD8A;
}
.BgClassName
{
background-color: #D2AD8A;
}
</style>
border-color css
<style>
span { border-color: #D2AD8A; }
span { border-color: rgb(210,173,138); }
td.TdClassName
{
border-color: #D2AD8A;
}
.TagClassName
{
border-color: #D2AD8A;
}
</style>