Shades of Calico #D6B28A
Tints of Calico #D6B28A
RGB
CMYK
RGB Variations
Color information
#D6B28A (or 0xD6B28A) is known color: Calico. HEX triplet: D6, B2 and 8A. RGB value is (214,178,138). Sum of RGB (Red+Green+Blue) = 214+178+138=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B28A is #294D75. Grayscale: #B8B8B8. Windows color (decimal): -2706806 or 9089750. OLE color: 9089750.
HSL color Cylindrical-coordinate representation of color #D6B28A: hue angle of 31.58º degrees, saturation: 0.48, 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 #D6B28A is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 138 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.16 |
| HSL | 31.58º | 0.48% | 0.69% | - |
| HSV(B) | 31.58º | 0.36% | 0.84% | - |
| XYZ | 48.24 | 47.97 | 30.76 | - |
| YUV | 184.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 138 | 0 | 0.17 | 0.36 | 0.16 | 31.58 | 0.48 | 0.69 |
| Hex | D6 | B2 | 8A | 0 | 11 | 24 | 10 | 20 | 30 | 45 |
| Octal | 326 | 262 | 212 | 0 | 21 | 44 | 20 | 40 | 60 | 105 |
| Binary | 11010110 | 10110010 | 10001010 | 0 | 10001 | 100100 | 10000 | 100000 | 110000 | 1000101 |
Color Harmonies of #D6B28A
Complementary color
Monochromatic Colors of #D6B28A
Black with #D6B28A
Text Example
Text Example
White with #D6B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B28A; }
p { color: rgb(214,178,138); }
H1.HeaderClassName
{
color: #D6B28A;
}
.AnyTagClassName
{
color: #D6B28A;
}
</style>
background-color css
<style>
a { background-color: #D6B28A; }
a { background-color: rgb(214,178,138); }
div.DivClassName
{
background-color: #D6B28A;
}
.BgClassName
{
background-color: #D6B28A;
}
</style>
border-color css
<style>
span { border-color: #D6B28A; }
span { border-color: rgb(214,178,138); }
td.TdClassName
{
border-color: #D6B28A;
}
.TagClassName
{
border-color: #D6B28A;
}
</style>