Shades of Calico #D5B385
Tints of Calico #D5B385
RGB
CMYK
RGB Variations
Color information
#D5B385 (or 0xD5B385) is known color: Calico. HEX triplet: D5, B3 and 85. RGB value is (213,179,133). Sum of RGB (Red+Green+Blue) = 213+179+133=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B385 is #2A4C7A. Grayscale: #B8B8B8. Windows color (decimal): -2772091 or 8762325. OLE color: 8762325.
HSL color Cylindrical-coordinate representation of color #D5B385: hue angle of 34.5º degrees, saturation: 0.49, 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 #D5B385 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 133 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.16 |
| HSL | 34.5º | 0.49% | 0.68% | - |
| HSV(B) | 34.5º | 0.38% | 0.84% | - |
| XYZ | 47.79 | 48.08 | 28.95 | - |
| YUV | 183.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 133 | 0 | 0.16 | 0.38 | 0.16 | 34.5 | 0.49 | 0.68 |
| Hex | D5 | B3 | 85 | 0 | 10 | 26 | 10 | 22 | 31 | 44 |
| Octal | 325 | 263 | 205 | 0 | 20 | 46 | 20 | 42 | 61 | 104 |
| Binary | 11010101 | 10110011 | 10000101 | 0 | 10000 | 100110 | 10000 | 100010 | 110001 | 1000100 |
Color Harmonies of #D5B385
Complementary color
Monochromatic Colors of #D5B385
Black with #D5B385
Text Example
Text Example
White with #D5B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B385; }
p { color: rgb(213,179,133); }
H1.HeaderClassName
{
color: #D5B385;
}
.AnyTagClassName
{
color: #D5B385;
}
</style>
background-color css
<style>
a { background-color: #D5B385; }
a { background-color: rgb(213,179,133); }
div.DivClassName
{
background-color: #D5B385;
}
.BgClassName
{
background-color: #D5B385;
}
</style>
border-color css
<style>
span { border-color: #D5B385; }
span { border-color: rgb(213,179,133); }
td.TdClassName
{
border-color: #D5B385;
}
.TagClassName
{
border-color: #D5B385;
}
</style>