Shades of Calico #D7B385
Tints of Calico #D7B385
RGB
CMYK
RGB Variations
Color information
#D7B385 (or 0xD7B385) is known color: Calico. HEX triplet: D7, B3 and 85. RGB value is (215,179,133). Sum of RGB (Red+Green+Blue) = 215+179+133=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B385 is #284C7A. Grayscale: #B8B8B8. Windows color (decimal): -2641019 or 8762327. OLE color: 8762327.
HSL color Cylindrical-coordinate representation of color #D7B385: hue angle of 33.66º 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 #D7B385 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 133 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.16 |
| HSL | 33.66º | 0.51% | 0.68% | - |
| HSV(B) | 33.66º | 0.38% | 0.84% | - |
| XYZ | 48.38 | 48.38 | 28.98 | - |
| YUV | 184.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 133 | 0 | 0.17 | 0.38 | 0.16 | 33.66 | 0.51 | 0.68 |
| Hex | D7 | B3 | 85 | 0 | 11 | 26 | 10 | 22 | 33 | 44 |
| Octal | 327 | 263 | 205 | 0 | 21 | 46 | 20 | 42 | 63 | 104 |
| Binary | 11010111 | 10110011 | 10000101 | 0 | 10001 | 100110 | 10000 | 100010 | 110011 | 1000100 |
Color Harmonies of #D7B385
Complementary color
Monochromatic Colors of #D7B385
Black with #D7B385
Text Example
Text Example
White with #D7B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B385; }
p { color: rgb(215,179,133); }
H1.HeaderClassName
{
color: #D7B385;
}
.AnyTagClassName
{
color: #D7B385;
}
</style>
background-color css
<style>
a { background-color: #D7B385; }
a { background-color: rgb(215,179,133); }
div.DivClassName
{
background-color: #D7B385;
}
.BgClassName
{
background-color: #D7B385;
}
</style>
border-color css
<style>
span { border-color: #D7B385; }
span { border-color: rgb(215,179,133); }
td.TdClassName
{
border-color: #D7B385;
}
.TagClassName
{
border-color: #D7B385;
}
</style>