Shades of Calico #D6B488
Tints of Calico #D6B488
RGB
CMYK
RGB Variations
Color information
#D6B488 (or 0xD6B488) is known color: Calico. HEX triplet: D6, B4 and 88. RGB value is (214,180,136). Sum of RGB (Red+Green+Blue) = 214+180+136=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B488 is #294B77. Grayscale: #B9B9B9. Windows color (decimal): -2706296 or 8959190. OLE color: 8959190.
HSL color Cylindrical-coordinate representation of color #D6B488: hue angle of 33.85º degrees, saturation: 0.49, 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 #D6B488 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 180 | 136 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.16 |
| HSL | 33.85º | 0.49% | 0.69% | - |
| HSV(B) | 33.85º | 0.36% | 0.84% | - |
| XYZ | 48.5 | 48.72 | 30.14 | - |
| YUV | 185.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 180 | 136 | 0 | 0.16 | 0.36 | 0.16 | 33.85 | 0.49 | 0.69 |
| Hex | D6 | B4 | 88 | 0 | 10 | 24 | 10 | 22 | 31 | 45 |
| Octal | 326 | 264 | 210 | 0 | 20 | 44 | 20 | 42 | 61 | 105 |
| Binary | 11010110 | 10110100 | 10001000 | 0 | 10000 | 100100 | 10000 | 100010 | 110001 | 1000101 |
Color Harmonies of #D6B488
Complementary color
Monochromatic Colors of #D6B488
Black with #D6B488
Text Example
Text Example
White with #D6B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B488; }
p { color: rgb(214,180,136); }
H1.HeaderClassName
{
color: #D6B488;
}
.AnyTagClassName
{
color: #D6B488;
}
</style>
background-color css
<style>
a { background-color: #D6B488; }
a { background-color: rgb(214,180,136); }
div.DivClassName
{
background-color: #D6B488;
}
.BgClassName
{
background-color: #D6B488;
}
</style>
border-color css
<style>
span { border-color: #D6B488; }
span { border-color: rgb(214,180,136); }
td.TdClassName
{
border-color: #D6B488;
}
.TagClassName
{
border-color: #D6B488;
}
</style>