Shades of Calico #D6B682
Tints of Calico #D6B682
RGB
CMYK
RGB Variations
Color information
#D6B682 (or 0xD6B682) is known color: Calico. HEX triplet: D6, B6 and 82. RGB value is (214,182,130). Sum of RGB (Red+Green+Blue) = 214+182+130=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B682 is #29497D. Grayscale: #B9B9B9. Windows color (decimal): -2705790 or 8566486. OLE color: 8566486.
HSL color Cylindrical-coordinate representation of color #D6B682: hue angle of 37.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6B682 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 130 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.16 |
| HSL | 37.14º | 0.51% | 0.67% | - |
| HSV(B) | 37.14º | 0.39% | 0.84% | - |
| XYZ | 48.49 | 49.36 | 28.09 | - |
| YUV | 185.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 130 | 0 | 0.15 | 0.39 | 0.16 | 37.14 | 0.51 | 0.67 |
| Hex | D6 | B6 | 82 | 0 | F | 27 | 10 | 25 | 33 | 43 |
| Octal | 326 | 266 | 202 | 0 | 17 | 47 | 20 | 45 | 63 | 103 |
| Binary | 11010110 | 10110110 | 10000010 | 0 | 1111 | 100111 | 10000 | 100101 | 110011 | 1000011 |
Color Harmonies of #D6B682
Complementary color
Monochromatic Colors of #D6B682
Black with #D6B682
Text Example
Text Example
White with #D6B682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B682; }
p { color: rgb(214,182,130); }
H1.HeaderClassName
{
color: #D6B682;
}
.AnyTagClassName
{
color: #D6B682;
}
</style>
background-color css
<style>
a { background-color: #D6B682; }
a { background-color: rgb(214,182,130); }
div.DivClassName
{
background-color: #D6B682;
}
.BgClassName
{
background-color: #D6B682;
}
</style>
border-color css
<style>
span { border-color: #D6B682; }
span { border-color: rgb(214,182,130); }
td.TdClassName
{
border-color: #D6B682;
}
.TagClassName
{
border-color: #D6B682;
}
</style>