Shades of Calico #D0B484
Tints of Calico #D0B484
RGB
CMYK
RGB Variations
Color information
#D0B484 (or 0xD0B484) is known color: Calico. HEX triplet: D0, B4 and 84. RGB value is (208,180,132). Sum of RGB (Red+Green+Blue) = 208+180+132=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B484 is #2F4B7B. Grayscale: #B7B7B7. Windows color (decimal): -3099516 or 8697040. OLE color: 8697040.
HSL color Cylindrical-coordinate representation of color #D0B484: hue angle of 37.89º degrees, saturation: 0.45, 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 #D0B484 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 180 | 132 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.18 |
| HSL | 37.89º | 0.45% | 0.67% | - |
| HSV(B) | 37.89º | 0.37% | 0.82% | - |
| XYZ | 46.5 | 47.72 | 28.59 | - |
| YUV | 182.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 132 | 0 | 0.13 | 0.37 | 0.18 | 37.89 | 0.45 | 0.67 |
| Hex | D0 | B4 | 84 | 0 | D | 25 | 12 | 26 | 2D | 43 |
| Octal | 320 | 264 | 204 | 0 | 15 | 45 | 22 | 46 | 55 | 103 |
| Binary | 11010000 | 10110100 | 10000100 | 0 | 1101 | 100101 | 10010 | 100110 | 101101 | 1000011 |
Color Harmonies of #D0B484
Complementary color
Monochromatic Colors of #D0B484
Black with #D0B484
Text Example
Text Example
White with #D0B484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B484; }
p { color: rgb(208,180,132); }
H1.HeaderClassName
{
color: #D0B484;
}
.AnyTagClassName
{
color: #D0B484;
}
</style>
background-color css
<style>
a { background-color: #D0B484; }
a { background-color: rgb(208,180,132); }
div.DivClassName
{
background-color: #D0B484;
}
.BgClassName
{
background-color: #D0B484;
}
</style>
border-color css
<style>
span { border-color: #D0B484; }
span { border-color: rgb(208,180,132); }
td.TdClassName
{
border-color: #D0B484;
}
.TagClassName
{
border-color: #D0B484;
}
</style>