Shades of Calico #D6B087
Tints of Calico #D6B087
RGB
CMYK
RGB Variations
Color information
#D6B087 (or 0xD6B087) is known color: Calico. HEX triplet: D6, B0 and 87. RGB value is (214,176,135). Sum of RGB (Red+Green+Blue) = 214+176+135=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B087 is #294F78. Grayscale: #B6B6B6. Windows color (decimal): -2707321 or 8892630. OLE color: 8892630.
HSL color Cylindrical-coordinate representation of color #D6B087: hue angle of 31.14º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6B087 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 135 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.16 |
| HSL | 31.14º | 0.49% | 0.68% | - |
| HSV(B) | 31.14º | 0.37% | 0.84% | - |
| XYZ | 47.63 | 47.1 | 29.5 | - |
| YUV | 182.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 135 | 0 | 0.18 | 0.37 | 0.16 | 31.14 | 0.49 | 0.68 |
| Hex | D6 | B0 | 87 | 0 | 12 | 25 | 10 | 1F | 31 | 44 |
| Octal | 326 | 260 | 207 | 0 | 22 | 45 | 20 | 37 | 61 | 104 |
| Binary | 11010110 | 10110000 | 10000111 | 0 | 10010 | 100101 | 10000 | 11111 | 110001 | 1000100 |
Color Harmonies of #D6B087
Complementary color
Monochromatic Colors of #D6B087
Black with #D6B087
Text Example
Text Example
White with #D6B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B087; }
p { color: rgb(214,176,135); }
H1.HeaderClassName
{
color: #D6B087;
}
.AnyTagClassName
{
color: #D6B087;
}
</style>
background-color css
<style>
a { background-color: #D6B087; }
a { background-color: rgb(214,176,135); }
div.DivClassName
{
background-color: #D6B087;
}
.BgClassName
{
background-color: #D6B087;
}
</style>
border-color css
<style>
span { border-color: #D6B087; }
span { border-color: rgb(214,176,135); }
td.TdClassName
{
border-color: #D6B087;
}
.TagClassName
{
border-color: #D6B087;
}
</style>