Shades of Calico #D2AD7B
Tints of Calico #D2AD7B
RGB
CMYK
RGB Variations
Color information
#D2AD7B (or 0xD2AD7B) is known color: Calico. HEX triplet: D2, AD and 7B. RGB value is (210,173,123). Sum of RGB (Red+Green+Blue) = 210+173+123=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD7B is #2D5284. Grayscale: #B2B2B2. Windows color (decimal): -2970245 or 8105426. OLE color: 8105426.
HSL color Cylindrical-coordinate representation of color #D2AD7B: hue angle of 34.48º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2AD7B is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 123 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.18 |
| HSL | 34.48º | 0.49% | 0.65% | - |
| HSV(B) | 34.48º | 0.41% | 0.82% | - |
| XYZ | 45.1 | 45.02 | 25.05 | - |
| YUV | 178.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 123 | 0 | 0.18 | 0.41 | 0.18 | 34.48 | 0.49 | 0.65 |
| Hex | D2 | AD | 7B | 0 | 12 | 29 | 12 | 22 | 31 | 41 |
| Octal | 322 | 255 | 173 | 0 | 22 | 51 | 22 | 42 | 61 | 101 |
| Binary | 11010010 | 10101101 | 1111011 | 0 | 10010 | 101001 | 10010 | 100010 | 110001 | 1000001 |
Color Harmonies of #D2AD7B
Complementary color
Monochromatic Colors of #D2AD7B
Black with #D2AD7B
Text Example
Text Example
White with #D2AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD7B; }
p { color: rgb(210,173,123); }
H1.HeaderClassName
{
color: #D2AD7B;
}
.AnyTagClassName
{
color: #D2AD7B;
}
</style>
background-color css
<style>
a { background-color: #D2AD7B; }
a { background-color: rgb(210,173,123); }
div.DivClassName
{
background-color: #D2AD7B;
}
.BgClassName
{
background-color: #D2AD7B;
}
</style>
border-color css
<style>
span { border-color: #D2AD7B; }
span { border-color: rgb(210,173,123); }
td.TdClassName
{
border-color: #D2AD7B;
}
.TagClassName
{
border-color: #D2AD7B;
}
</style>