Shades of Calico #D5B089
Tints of Calico #D5B089
RGB
CMYK
RGB Variations
Color information
#D5B089 (or 0xD5B089) is known color: Calico. HEX triplet: D5, B0 and 89. RGB value is (213,176,137). Sum of RGB (Red+Green+Blue) = 213+176+137=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B089 is #2A4F76. Grayscale: #B6B6B6. Windows color (decimal): -2772855 or 9023701. OLE color: 9023701.
HSL color Cylindrical-coordinate representation of color #D5B089: hue angle of 30.79º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5B089 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 137 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.16 |
| HSL | 30.79º | 0.48% | 0.69% | - |
| HSV(B) | 30.79º | 0.36% | 0.84% | - |
| XYZ | 47.48 | 47 | 30.24 | - |
| YUV | 182.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 137 | 0 | 0.17 | 0.36 | 0.16 | 30.79 | 0.48 | 0.69 |
| Hex | D5 | B0 | 89 | 0 | 11 | 24 | 10 | 1F | 30 | 45 |
| Octal | 325 | 260 | 211 | 0 | 21 | 44 | 20 | 37 | 60 | 105 |
| Binary | 11010101 | 10110000 | 10001001 | 0 | 10001 | 100100 | 10000 | 11111 | 110000 | 1000101 |
Color Harmonies of #D5B089
Complementary color
Monochromatic Colors of #D5B089
Black with #D5B089
Text Example
Text Example
White with #D5B089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B089; }
p { color: rgb(213,176,137); }
H1.HeaderClassName
{
color: #D5B089;
}
.AnyTagClassName
{
color: #D5B089;
}
</style>
background-color css
<style>
a { background-color: #D5B089; }
a { background-color: rgb(213,176,137); }
div.DivClassName
{
background-color: #D5B089;
}
.BgClassName
{
background-color: #D5B089;
}
</style>
border-color css
<style>
span { border-color: #D5B089; }
span { border-color: rgb(213,176,137); }
td.TdClassName
{
border-color: #D5B089;
}
.TagClassName
{
border-color: #D5B089;
}
</style>