Shades of Calico #D2B27E
Tints of Calico #D2B27E
RGB
CMYK
RGB Variations
Color information
#D2B27E (or 0xD2B27E) is known color: Calico. HEX triplet: D2, B2 and 7E. RGB value is (210,178,126). Sum of RGB (Red+Green+Blue) = 210+178+126=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B27E is #2D4D81. Grayscale: #B5B5B5. Windows color (decimal): -2968962 or 8303314. OLE color: 8303314.
HSL color Cylindrical-coordinate representation of color #D2B27E: hue angle of 37.14º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2B27E is Cyan = 0, Magento = 0.15, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 126 | - |
| CMYK | 0 | 0.15 | 0.4 | 0.18 |
| HSL | 37.14º | 0.48% | 0.66% | - |
| HSV(B) | 37.14º | 0.4% | 0.82% | - |
| XYZ | 46.26 | 47.05 | 26.38 | - |
| YUV | 181.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 126 | 0 | 0.15 | 0.4 | 0.18 | 37.14 | 0.48 | 0.66 |
| Hex | D2 | B2 | 7E | 0 | F | 28 | 12 | 25 | 30 | 42 |
| Octal | 322 | 262 | 176 | 0 | 17 | 50 | 22 | 45 | 60 | 102 |
| Binary | 11010010 | 10110010 | 1111110 | 0 | 1111 | 101000 | 10010 | 100101 | 110000 | 1000010 |
Color Harmonies of #D2B27E
Complementary color
Monochromatic Colors of #D2B27E
Black with #D2B27E
Text Example
Text Example
White with #D2B27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B27E; }
p { color: rgb(210,178,126); }
H1.HeaderClassName
{
color: #D2B27E;
}
.AnyTagClassName
{
color: #D2B27E;
}
</style>
background-color css
<style>
a { background-color: #D2B27E; }
a { background-color: rgb(210,178,126); }
div.DivClassName
{
background-color: #D2B27E;
}
.BgClassName
{
background-color: #D2B27E;
}
</style>
border-color css
<style>
span { border-color: #D2B27E; }
span { border-color: rgb(210,178,126); }
td.TdClassName
{
border-color: #D2B27E;
}
.TagClassName
{
border-color: #D2B27E;
}
</style>