Shades of Calico #D4B27C
Tints of Calico #D4B27C
RGB
CMYK
RGB Variations
Color information
#D4B27C (or 0xD4B27C) is known color: Calico. HEX triplet: D4, B2 and 7C. RGB value is (212,178,124). Sum of RGB (Red+Green+Blue) = 212+178+124=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B27C is #2B4D83. Grayscale: #B6B6B6. Windows color (decimal): -2837892 or 8172244. OLE color: 8172244.
HSL color Cylindrical-coordinate representation of color #D4B27C: hue angle of 36.82º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4B27C is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 124 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.17 |
| HSL | 36.82º | 0.51% | 0.66% | - |
| HSV(B) | 36.82º | 0.42% | 0.83% | - |
| XYZ | 46.71 | 47.29 | 25.74 | - |
| YUV | 182.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 124 | 0 | 0.16 | 0.42 | 0.17 | 36.82 | 0.51 | 0.66 |
| Hex | D4 | B2 | 7C | 0 | 10 | 2A | 11 | 25 | 33 | 42 |
| Octal | 324 | 262 | 174 | 0 | 20 | 52 | 21 | 45 | 63 | 102 |
| Binary | 11010100 | 10110010 | 1111100 | 0 | 10000 | 101010 | 10001 | 100101 | 110011 | 1000010 |
Color Harmonies of #D4B27C
Complementary color
Monochromatic Colors of #D4B27C
Black with #D4B27C
Text Example
Text Example
White with #D4B27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B27C; }
p { color: rgb(212,178,124); }
H1.HeaderClassName
{
color: #D4B27C;
}
.AnyTagClassName
{
color: #D4B27C;
}
</style>
background-color css
<style>
a { background-color: #D4B27C; }
a { background-color: rgb(212,178,124); }
div.DivClassName
{
background-color: #D4B27C;
}
.BgClassName
{
background-color: #D4B27C;
}
</style>
border-color css
<style>
span { border-color: #D4B27C; }
span { border-color: rgb(212,178,124); }
td.TdClassName
{
border-color: #D4B27C;
}
.TagClassName
{
border-color: #D4B27C;
}
</style>