Shades of Calico #D6B083
Tints of Calico #D6B083
RGB
CMYK
RGB Variations
Color information
#D6B083 (or 0xD6B083) is known color: Calico. HEX triplet: D6, B0 and 83. RGB value is (214,176,131). Sum of RGB (Red+Green+Blue) = 214+176+131=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B083 is #294F7C. Grayscale: #B6B6B6. Windows color (decimal): -2707325 or 8630486. OLE color: 8630486.
HSL color Cylindrical-coordinate representation of color #D6B083: hue angle of 32.53º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6B083 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 131 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.16 |
| HSL | 32.53º | 0.5% | 0.68% | - |
| HSV(B) | 32.53º | 0.39% | 0.84% | - |
| XYZ | 47.35 | 46.99 | 28.05 | - |
| YUV | 182.23 | 99.09 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 131 | 0 | 0.18 | 0.39 | 0.16 | 32.53 | 0.5 | 0.68 |
| Hex | D6 | B0 | 83 | 0 | 12 | 27 | 10 | 21 | 32 | 44 |
| Octal | 326 | 260 | 203 | 0 | 22 | 47 | 20 | 41 | 62 | 104 |
| Binary | 11010110 | 10110000 | 10000011 | 0 | 10010 | 100111 | 10000 | 100001 | 110010 | 1000100 |
Color Harmonies of #D6B083
Complementary color
Monochromatic Colors of #D6B083
Black with #D6B083
Text Example
Text Example
White with #D6B083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B083; }
p { color: rgb(214,176,131); }
H1.HeaderClassName
{
color: #D6B083;
}
.AnyTagClassName
{
color: #D6B083;
}
</style>
background-color css
<style>
a { background-color: #D6B083; }
a { background-color: rgb(214,176,131); }
div.DivClassName
{
background-color: #D6B083;
}
.BgClassName
{
background-color: #D6B083;
}
</style>
border-color css
<style>
span { border-color: #D6B083; }
span { border-color: rgb(214,176,131); }
td.TdClassName
{
border-color: #D6B083;
}
.TagClassName
{
border-color: #D6B083;
}
</style>