Shades of Calico #D2B17C
Tints of Calico #D2B17C
RGB
CMYK
RGB Variations
Color information
#D2B17C (or 0xD2B17C) is known color: Calico. HEX triplet: D2, B1 and 7C. RGB value is (210,177,124). Sum of RGB (Red+Green+Blue) = 210+177+124=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B17C is #2D4E83. Grayscale: #B5B5B5. Windows color (decimal): -2969220 or 8171986. OLE color: 8171986.
HSL color Cylindrical-coordinate representation of color #D2B17C: hue angle of 36.98º 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 #D2B17C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 124 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.18 |
| HSL | 36.98º | 0.49% | 0.65% | - |
| HSV(B) | 36.98º | 0.41% | 0.82% | - |
| XYZ | 45.94 | 46.6 | 25.64 | - |
| YUV | 180.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 124 | 0 | 0.16 | 0.41 | 0.18 | 36.98 | 0.49 | 0.65 |
| Hex | D2 | B1 | 7C | 0 | 10 | 29 | 12 | 25 | 31 | 41 |
| Octal | 322 | 261 | 174 | 0 | 20 | 51 | 22 | 45 | 61 | 101 |
| Binary | 11010010 | 10110001 | 1111100 | 0 | 10000 | 101001 | 10010 | 100101 | 110001 | 1000001 |
Color Harmonies of #D2B17C
Complementary color
Monochromatic Colors of #D2B17C
Black with #D2B17C
Text Example
Text Example
White with #D2B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B17C; }
p { color: rgb(210,177,124); }
H1.HeaderClassName
{
color: #D2B17C;
}
.AnyTagClassName
{
color: #D2B17C;
}
</style>
background-color css
<style>
a { background-color: #D2B17C; }
a { background-color: rgb(210,177,124); }
div.DivClassName
{
background-color: #D2B17C;
}
.BgClassName
{
background-color: #D2B17C;
}
</style>
border-color css
<style>
span { border-color: #D2B17C; }
span { border-color: rgb(210,177,124); }
td.TdClassName
{
border-color: #D2B17C;
}
.TagClassName
{
border-color: #D2B17C;
}
</style>