Shades of Calico #D1B484
Tints of Calico #D1B484
RGB
CMYK
RGB Variations
Color information
#D1B484 (or 0xD1B484) is known color: Calico. HEX triplet: D1, B4 and 84. RGB value is (209,180,132). Sum of RGB (Red+Green+Blue) = 209+180+132=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B484 is #2E4B7B. Grayscale: #B7B7B7. Windows color (decimal): -3033980 or 8697041. OLE color: 8697041.
HSL color Cylindrical-coordinate representation of color #D1B484: hue angle of 37.4º 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 #D1B484 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 180 | 132 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.18 |
| HSL | 37.4º | 0.46% | 0.67% | - |
| HSV(B) | 37.4º | 0.37% | 0.82% | - |
| XYZ | 46.78 | 47.86 | 28.6 | - |
| YUV | 183.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 132 | 0 | 0.14 | 0.37 | 0.18 | 37.4 | 0.46 | 0.67 |
| Hex | D1 | B4 | 84 | 0 | E | 25 | 12 | 25 | 2E | 43 |
| Octal | 321 | 264 | 204 | 0 | 16 | 45 | 22 | 45 | 56 | 103 |
| Binary | 11010001 | 10110100 | 10000100 | 0 | 1110 | 100101 | 10010 | 100101 | 101110 | 1000011 |
Color Harmonies of #D1B484
Complementary color
Monochromatic Colors of #D1B484
Black with #D1B484
Text Example
Text Example
White with #D1B484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B484; }
p { color: rgb(209,180,132); }
H1.HeaderClassName
{
color: #D1B484;
}
.AnyTagClassName
{
color: #D1B484;
}
</style>
background-color css
<style>
a { background-color: #D1B484; }
a { background-color: rgb(209,180,132); }
div.DivClassName
{
background-color: #D1B484;
}
.BgClassName
{
background-color: #D1B484;
}
</style>
border-color css
<style>
span { border-color: #D1B484; }
span { border-color: rgb(209,180,132); }
td.TdClassName
{
border-color: #D1B484;
}
.TagClassName
{
border-color: #D1B484;
}
</style>