Shades of Calico #D4B085
Tints of Calico #D4B085
RGB
CMYK
RGB Variations
Color information
#D4B085 (or 0xD4B085) is known color: Calico. HEX triplet: D4, B0 and 85. RGB value is (212,176,133). Sum of RGB (Red+Green+Blue) = 212+176+133=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B085 is #2B4F7A. Grayscale: #B6B6B6. Windows color (decimal): -2838395 or 8761556. OLE color: 8761556.
HSL color Cylindrical-coordinate representation of color #D4B085: hue angle of 32.66º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4B085 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 133 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.17 |
| HSL | 32.66º | 0.48% | 0.68% | - |
| HSV(B) | 32.66º | 0.37% | 0.83% | - |
| XYZ | 46.91 | 46.74 | 28.74 | - |
| YUV | 181.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 133 | 0 | 0.17 | 0.37 | 0.17 | 32.66 | 0.48 | 0.68 |
| Hex | D4 | B0 | 85 | 0 | 11 | 25 | 11 | 21 | 30 | 44 |
| Octal | 324 | 260 | 205 | 0 | 21 | 45 | 21 | 41 | 60 | 104 |
| Binary | 11010100 | 10110000 | 10000101 | 0 | 10001 | 100101 | 10001 | 100001 | 110000 | 1000100 |
Color Harmonies of #D4B085
Complementary color
Monochromatic Colors of #D4B085
Black with #D4B085
Text Example
Text Example
White with #D4B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B085; }
p { color: rgb(212,176,133); }
H1.HeaderClassName
{
color: #D4B085;
}
.AnyTagClassName
{
color: #D4B085;
}
</style>
background-color css
<style>
a { background-color: #D4B085; }
a { background-color: rgb(212,176,133); }
div.DivClassName
{
background-color: #D4B085;
}
.BgClassName
{
background-color: #D4B085;
}
</style>
border-color css
<style>
span { border-color: #D4B085; }
span { border-color: rgb(212,176,133); }
td.TdClassName
{
border-color: #D4B085;
}
.TagClassName
{
border-color: #D4B085;
}
</style>