Shades of Calico #D6B289
Tints of Calico #D6B289
RGB
CMYK
RGB Variations
Color information
#D6B289 (or 0xD6B289) is known color: Calico. HEX triplet: D6, B2 and 89. RGB value is (214,178,137). Sum of RGB (Red+Green+Blue) = 214+178+137=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B289 is #294D76. Grayscale: #B8B8B8. Windows color (decimal): -2706807 or 9024214. OLE color: 9024214.
HSL color Cylindrical-coordinate representation of color #D6B289: hue angle of 31.95º degrees, saturation: 0.48, 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 #D6B289 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 137 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.16 |
| HSL | 31.95º | 0.48% | 0.69% | - |
| HSV(B) | 31.95º | 0.36% | 0.84% | - |
| XYZ | 48.17 | 47.94 | 30.38 | - |
| YUV | 184.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 137 | 0 | 0.17 | 0.36 | 0.16 | 31.95 | 0.48 | 0.69 |
| Hex | D6 | B2 | 89 | 0 | 11 | 24 | 10 | 20 | 30 | 45 |
| Octal | 326 | 262 | 211 | 0 | 21 | 44 | 20 | 40 | 60 | 105 |
| Binary | 11010110 | 10110010 | 10001001 | 0 | 10001 | 100100 | 10000 | 100000 | 110000 | 1000101 |
Color Harmonies of #D6B289
Complementary color
Monochromatic Colors of #D6B289
Black with #D6B289
Text Example
Text Example
White with #D6B289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B289; }
p { color: rgb(214,178,137); }
H1.HeaderClassName
{
color: #D6B289;
}
.AnyTagClassName
{
color: #D6B289;
}
</style>
background-color css
<style>
a { background-color: #D6B289; }
a { background-color: rgb(214,178,137); }
div.DivClassName
{
background-color: #D6B289;
}
.BgClassName
{
background-color: #D6B289;
}
</style>
border-color css
<style>
span { border-color: #D6B289; }
span { border-color: rgb(214,178,137); }
td.TdClassName
{
border-color: #D6B289;
}
.TagClassName
{
border-color: #D6B289;
}
</style>