Shades of Calico #D7B085
Tints of Calico #D7B085
RGB
CMYK
RGB Variations
Color information
#D7B085 (or 0xD7B085) is known color: Calico. HEX triplet: D7, B0 and 85. RGB value is (215,176,133). Sum of RGB (Red+Green+Blue) = 215+176+133=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B085 is #284F7A. Grayscale: #B6B6B6. Windows color (decimal): -2641787 or 8761559. OLE color: 8761559.
HSL color Cylindrical-coordinate representation of color #D7B085: hue angle of 31.46º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7B085 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 133 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.16 |
| HSL | 31.46º | 0.51% | 0.68% | - |
| HSV(B) | 31.46º | 0.38% | 0.84% | - |
| XYZ | 47.78 | 47.19 | 28.78 | - |
| YUV | 182.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 133 | 0 | 0.18 | 0.38 | 0.16 | 31.46 | 0.51 | 0.68 |
| Hex | D7 | B0 | 85 | 0 | 12 | 26 | 10 | 1F | 33 | 44 |
| Octal | 327 | 260 | 205 | 0 | 22 | 46 | 20 | 37 | 63 | 104 |
| Binary | 11010111 | 10110000 | 10000101 | 0 | 10010 | 100110 | 10000 | 11111 | 110011 | 1000100 |
Color Harmonies of #D7B085
Complementary color
Monochromatic Colors of #D7B085
Black with #D7B085
Text Example
Text Example
White with #D7B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B085; }
p { color: rgb(215,176,133); }
H1.HeaderClassName
{
color: #D7B085;
}
.AnyTagClassName
{
color: #D7B085;
}
</style>
background-color css
<style>
a { background-color: #D7B085; }
a { background-color: rgb(215,176,133); }
div.DivClassName
{
background-color: #D7B085;
}
.BgClassName
{
background-color: #D7B085;
}
</style>
border-color css
<style>
span { border-color: #D7B085; }
span { border-color: rgb(215,176,133); }
td.TdClassName
{
border-color: #D7B085;
}
.TagClassName
{
border-color: #D7B085;
}
</style>