Shades of Calico #DCB282
Tints of Calico #DCB282
RGB
CMYK
RGB Variations
Color information
#DCB282 (or 0xDCB282) is known color: Calico. HEX triplet: DC, B2 and 82. RGB value is (220,178,130). Sum of RGB (Red+Green+Blue) = 220+178+130=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB282 is #234D7D. Grayscale: #B9B9B9. Windows color (decimal): -2313598 or 8565468. OLE color: 8565468.
HSL color Cylindrical-coordinate representation of color #DCB282: hue angle of 32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCB282 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 130 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.14 |
| HSL | 32º | 0.56% | 0.69% | - |
| HSV(B) | 32º | 0.41% | 0.86% | - |
| XYZ | 49.46 | 48.67 | 27.91 | - |
| YUV | 185.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 130 | 0 | 0.19 | 0.41 | 0.14 | 32 | 0.56 | 0.69 |
| Hex | DC | B2 | 82 | 0 | 13 | 29 | E | 20 | 38 | 45 |
| Octal | 334 | 262 | 202 | 0 | 23 | 51 | 16 | 40 | 70 | 105 |
| Binary | 11011100 | 10110010 | 10000010 | 0 | 10011 | 101001 | 1110 | 100000 | 111000 | 1000101 |
Color Harmonies of #DCB282
Complementary color
Monochromatic Colors of #DCB282
Black with #DCB282
Text Example
Text Example
White with #DCB282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB282; }
p { color: rgb(220,178,130); }
H1.HeaderClassName
{
color: #DCB282;
}
.AnyTagClassName
{
color: #DCB282;
}
</style>
background-color css
<style>
a { background-color: #DCB282; }
a { background-color: rgb(220,178,130); }
div.DivClassName
{
background-color: #DCB282;
}
.BgClassName
{
background-color: #DCB282;
}
</style>
border-color css
<style>
span { border-color: #DCB282; }
span { border-color: rgb(220,178,130); }
td.TdClassName
{
border-color: #DCB282;
}
.TagClassName
{
border-color: #DCB282;
}
</style>