Shades of Calico #D4B084
Tints of Calico #D4B084
RGB
CMYK
RGB Variations
Color information
#D4B084 (or 0xD4B084) is known color: Calico. HEX triplet: D4, B0 and 84. RGB value is (212,176,132). Sum of RGB (Red+Green+Blue) = 212+176+132=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B084 is #2B4F7B. Grayscale: #B5B5B5. Windows color (decimal): -2838396 or 8696020. OLE color: 8696020.
HSL color Cylindrical-coordinate representation of color #D4B084: hue angle of 33º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4B084 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 132 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.17 |
| HSL | 33º | 0.48% | 0.67% | - |
| HSV(B) | 33º | 0.38% | 0.83% | - |
| XYZ | 46.84 | 46.71 | 28.38 | - |
| YUV | 181.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 132 | 0 | 0.17 | 0.38 | 0.17 | 33 | 0.48 | 0.67 |
| Hex | D4 | B0 | 84 | 0 | 11 | 26 | 11 | 21 | 30 | 43 |
| Octal | 324 | 260 | 204 | 0 | 21 | 46 | 21 | 41 | 60 | 103 |
| Binary | 11010100 | 10110000 | 10000100 | 0 | 10001 | 100110 | 10001 | 100001 | 110000 | 1000011 |
Color Harmonies of #D4B084
Complementary color
Monochromatic Colors of #D4B084
Black with #D4B084
Text Example
Text Example
White with #D4B084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B084; }
p { color: rgb(212,176,132); }
H1.HeaderClassName
{
color: #D4B084;
}
.AnyTagClassName
{
color: #D4B084;
}
</style>
background-color css
<style>
a { background-color: #D4B084; }
a { background-color: rgb(212,176,132); }
div.DivClassName
{
background-color: #D4B084;
}
.BgClassName
{
background-color: #D4B084;
}
</style>
border-color css
<style>
span { border-color: #D4B084; }
span { border-color: rgb(212,176,132); }
td.TdClassName
{
border-color: #D4B084;
}
.TagClassName
{
border-color: #D4B084;
}
</style>