Shades of Calico #DCB184
Tints of Calico #DCB184
RGB
CMYK
RGB Variations
Color information
#DCB184 (or 0xDCB184) is known color: Calico. HEX triplet: DC, B1 and 84. RGB value is (220,177,132). Sum of RGB (Red+Green+Blue) = 220+177+132=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB184 is #234E7B. Grayscale: #B8B8B8. Windows color (decimal): -2313852 or 8696284. OLE color: 8696284.
HSL color Cylindrical-coordinate representation of color #DCB184: hue angle of 30.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCB184 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 132 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.14 |
| HSL | 30.68º | 0.56% | 0.69% | - |
| HSV(B) | 30.68º | 0.4% | 0.86% | - |
| XYZ | 49.4 | 48.33 | 28.55 | - |
| YUV | 184.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 132 | 0 | 0.20 | 0.40 | 0.14 | 30.68 | 0.56 | 0.69 |
| Hex | DC | B1 | 84 | 0 | 14 | 28 | E | 1F | 38 | 45 |
| Octal | 334 | 261 | 204 | 0 | 24 | 50 | 16 | 37 | 70 | 105 |
| Binary | 11011100 | 10110001 | 10000100 | 0 | 10100 | 101000 | 1110 | 11111 | 111000 | 1000101 |
Color Harmonies of #DCB184
Complementary color
Monochromatic Colors of #DCB184
Black with #DCB184
Text Example
Text Example
White with #DCB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB184; }
p { color: rgb(220,177,132); }
H1.HeaderClassName
{
color: #DCB184;
}
.AnyTagClassName
{
color: #DCB184;
}
</style>
background-color css
<style>
a { background-color: #DCB184; }
a { background-color: rgb(220,177,132); }
div.DivClassName
{
background-color: #DCB184;
}
.BgClassName
{
background-color: #DCB184;
}
</style>
border-color css
<style>
span { border-color: #DCB184; }
span { border-color: rgb(220,177,132); }
td.TdClassName
{
border-color: #DCB184;
}
.TagClassName
{
border-color: #DCB184;
}
</style>