Shades of Calico #D6B082
Tints of Calico #D6B082
RGB
CMYK
RGB Variations
Color information
#D6B082 (or 0xD6B082) is known color: Calico. HEX triplet: D6, B0 and 82. RGB value is (214,176,130). Sum of RGB (Red+Green+Blue) = 214+176+130=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B082 is #294F7D. Grayscale: #B6B6B6. Windows color (decimal): -2707326 or 8564950. OLE color: 8564950.
HSL color Cylindrical-coordinate representation of color #D6B082: hue angle of 32.86º 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 #D6B082 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 130 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.16 |
| HSL | 32.86º | 0.51% | 0.67% | - |
| HSV(B) | 32.86º | 0.39% | 0.84% | - |
| XYZ | 47.29 | 46.96 | 27.69 | - |
| YUV | 182.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 130 | 0 | 0.18 | 0.39 | 0.16 | 32.86 | 0.51 | 0.67 |
| Hex | D6 | B0 | 82 | 0 | 12 | 27 | 10 | 21 | 33 | 43 |
| Octal | 326 | 260 | 202 | 0 | 22 | 47 | 20 | 41 | 63 | 103 |
| Binary | 11010110 | 10110000 | 10000010 | 0 | 10010 | 100111 | 10000 | 100001 | 110011 | 1000011 |
Color Harmonies of #D6B082
Complementary color
Monochromatic Colors of #D6B082
Black with #D6B082
Text Example
Text Example
White with #D6B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B082; }
p { color: rgb(214,176,130); }
H1.HeaderClassName
{
color: #D6B082;
}
.AnyTagClassName
{
color: #D6B082;
}
</style>
background-color css
<style>
a { background-color: #D6B082; }
a { background-color: rgb(214,176,130); }
div.DivClassName
{
background-color: #D6B082;
}
.BgClassName
{
background-color: #D6B082;
}
</style>
border-color css
<style>
span { border-color: #D6B082; }
span { border-color: rgb(214,176,130); }
td.TdClassName
{
border-color: #D6B082;
}
.TagClassName
{
border-color: #D6B082;
}
</style>