Shades of Calico #D2B284
Tints of Calico #D2B284
RGB
CMYK
RGB Variations
Color information
#D2B284 (or 0xD2B284) is known color: Calico. HEX triplet: D2, B2 and 84. RGB value is (210,178,132). Sum of RGB (Red+Green+Blue) = 210+178+132=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B284 is #2D4D7B. Grayscale: #B6B6B6. Windows color (decimal): -2968956 or 8696530. OLE color: 8696530.
HSL color Cylindrical-coordinate representation of color #D2B284: hue angle of 35.38º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2B284 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 132 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.18 |
| HSL | 35.38º | 0.46% | 0.67% | - |
| HSV(B) | 35.38º | 0.37% | 0.82% | - |
| XYZ | 46.66 | 47.21 | 28.48 | - |
| YUV | 182.32 | 99.6 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 132 | 0 | 0.15 | 0.37 | 0.18 | 35.38 | 0.46 | 0.67 |
| Hex | D2 | B2 | 84 | 0 | F | 25 | 12 | 23 | 2E | 43 |
| Octal | 322 | 262 | 204 | 0 | 17 | 45 | 22 | 43 | 56 | 103 |
| Binary | 11010010 | 10110010 | 10000100 | 0 | 1111 | 100101 | 10010 | 100011 | 101110 | 1000011 |
Color Harmonies of #D2B284
Complementary color
Monochromatic Colors of #D2B284
Black with #D2B284
Text Example
Text Example
White with #D2B284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B284; }
p { color: rgb(210,178,132); }
H1.HeaderClassName
{
color: #D2B284;
}
.AnyTagClassName
{
color: #D2B284;
}
</style>
background-color css
<style>
a { background-color: #D2B284; }
a { background-color: rgb(210,178,132); }
div.DivClassName
{
background-color: #D2B284;
}
.BgClassName
{
background-color: #D2B284;
}
</style>
border-color css
<style>
span { border-color: #D2B284; }
span { border-color: rgb(210,178,132); }
td.TdClassName
{
border-color: #D2B284;
}
.TagClassName
{
border-color: #D2B284;
}
</style>