Shades of Calico #D7B284
Tints of Calico #D7B284
RGB
CMYK
RGB Variations
Color information
#D7B284 (or 0xD7B284) is known color: Calico. HEX triplet: D7, B2 and 84. RGB value is (215,178,132). Sum of RGB (Red+Green+Blue) = 215+178+132=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B284 is #284D7B. Grayscale: #B8B8B8. Windows color (decimal): -2641276 or 8696535. OLE color: 8696535.
HSL color Cylindrical-coordinate representation of color #D7B284: hue angle of 33.25º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7B284 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 178 | 132 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.16 |
| HSL | 33.25º | 0.51% | 0.68% | - |
| HSV(B) | 33.25º | 0.39% | 0.84% | - |
| XYZ | 48.11 | 47.95 | 28.55 | - |
| YUV | 183.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 178 | 132 | 0 | 0.17 | 0.39 | 0.16 | 33.25 | 0.51 | 0.68 |
| Hex | D7 | B2 | 84 | 0 | 11 | 27 | 10 | 21 | 33 | 44 |
| Octal | 327 | 262 | 204 | 0 | 21 | 47 | 20 | 41 | 63 | 104 |
| Binary | 11010111 | 10110010 | 10000100 | 0 | 10001 | 100111 | 10000 | 100001 | 110011 | 1000100 |
Color Harmonies of #D7B284
Complementary color
Monochromatic Colors of #D7B284
Black with #D7B284
Text Example
Text Example
White with #D7B284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B284; }
p { color: rgb(215,178,132); }
H1.HeaderClassName
{
color: #D7B284;
}
.AnyTagClassName
{
color: #D7B284;
}
</style>
background-color css
<style>
a { background-color: #D7B284; }
a { background-color: rgb(215,178,132); }
div.DivClassName
{
background-color: #D7B284;
}
.BgClassName
{
background-color: #D7B284;
}
</style>
border-color css
<style>
span { border-color: #D7B284; }
span { border-color: rgb(215,178,132); }
td.TdClassName
{
border-color: #D7B284;
}
.TagClassName
{
border-color: #D7B284;
}
</style>