Shades of Calico #D8B484
Tints of Calico #D8B484
RGB
CMYK
RGB Variations
Color information
#D8B484 (or 0xD8B484) is known color: Calico. HEX triplet: D8, B4 and 84. RGB value is (216,180,132). Sum of RGB (Red+Green+Blue) = 216+180+132=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B484 is #274B7B. Grayscale: #B9B9B9. Windows color (decimal): -2575228 or 8697048. OLE color: 8697048.
HSL color Cylindrical-coordinate representation of color #D8B484: hue angle of 34.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8B484 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 180 | 132 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.15 |
| HSL | 34.29º | 0.52% | 0.68% | - |
| HSV(B) | 34.29º | 0.39% | 0.85% | - |
| XYZ | 48.81 | 48.91 | 28.7 | - |
| YUV | 185.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 180 | 132 | 0 | 0.17 | 0.39 | 0.15 | 34.29 | 0.52 | 0.68 |
| Hex | D8 | B4 | 84 | 0 | 11 | 27 | F | 22 | 34 | 44 |
| Octal | 330 | 264 | 204 | 0 | 21 | 47 | 17 | 42 | 64 | 104 |
| Binary | 11011000 | 10110100 | 10000100 | 0 | 10001 | 100111 | 1111 | 100010 | 110100 | 1000100 |
Color Harmonies of #D8B484
Complementary color
Monochromatic Colors of #D8B484
Black with #D8B484
Text Example
Text Example
White with #D8B484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B484; }
p { color: rgb(216,180,132); }
H1.HeaderClassName
{
color: #D8B484;
}
.AnyTagClassName
{
color: #D8B484;
}
</style>
background-color css
<style>
a { background-color: #D8B484; }
a { background-color: rgb(216,180,132); }
div.DivClassName
{
background-color: #D8B484;
}
.BgClassName
{
background-color: #D8B484;
}
</style>
border-color css
<style>
span { border-color: #D8B484; }
span { border-color: rgb(216,180,132); }
td.TdClassName
{
border-color: #D8B484;
}
.TagClassName
{
border-color: #D8B484;
}
</style>