Shades of Calico #D6B680
Tints of Calico #D6B680
RGB
CMYK
RGB Variations
Color information
#D6B680 (or 0xD6B680) is known color: Calico. HEX triplet: D6, B6 and 80. RGB value is (214,182,128). Sum of RGB (Red+Green+Blue) = 214+182+128=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B680 is #29497F. Grayscale: #B9B9B9. Windows color (decimal): -2705792 or 8435414. OLE color: 8435414.
HSL color Cylindrical-coordinate representation of color #D6B680: hue angle of 37.67º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6B680 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 128 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.16 |
| HSL | 37.67º | 0.51% | 0.67% | - |
| HSV(B) | 37.67º | 0.4% | 0.84% | - |
| XYZ | 48.36 | 49.31 | 27.39 | - |
| YUV | 185.41 | 95.6 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 128 | 0 | 0.15 | 0.40 | 0.16 | 37.67 | 0.51 | 0.67 |
| Hex | D6 | B6 | 80 | 0 | F | 28 | 10 | 26 | 33 | 43 |
| Octal | 326 | 266 | 200 | 0 | 17 | 50 | 20 | 46 | 63 | 103 |
| Binary | 11010110 | 10110110 | 10000000 | 0 | 1111 | 101000 | 10000 | 100110 | 110011 | 1000011 |
Color Harmonies of #D6B680
Complementary color
Monochromatic Colors of #D6B680
Black with #D6B680
Text Example
Text Example
White with #D6B680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B680; }
p { color: rgb(214,182,128); }
H1.HeaderClassName
{
color: #D6B680;
}
.AnyTagClassName
{
color: #D6B680;
}
</style>
background-color css
<style>
a { background-color: #D6B680; }
a { background-color: rgb(214,182,128); }
div.DivClassName
{
background-color: #D6B680;
}
.BgClassName
{
background-color: #D6B680;
}
</style>
border-color css
<style>
span { border-color: #D6B680; }
span { border-color: rgb(214,182,128); }
td.TdClassName
{
border-color: #D6B680;
}
.TagClassName
{
border-color: #D6B680;
}
</style>