Shades of Calico #D2B380
Tints of Calico #D2B380
RGB
CMYK
RGB Variations
Color information
#D2B380 (or 0xD2B380) is known color: Calico. HEX triplet: D2, B3 and 80. RGB value is (210,179,128). Sum of RGB (Red+Green+Blue) = 210+179+128=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B380 is #2D4C7F. Grayscale: #B6B6B6. Windows color (decimal): -2968704 or 8434642. OLE color: 8434642.
HSL color Cylindrical-coordinate representation of color #D2B380: hue angle of 37.32º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2B380 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 128 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.18 |
| HSL | 37.32º | 0.48% | 0.66% | - |
| HSV(B) | 37.32º | 0.39% | 0.82% | - |
| XYZ | 46.59 | 47.5 | 27.13 | - |
| YUV | 182.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 128 | 0 | 0.15 | 0.39 | 0.18 | 37.32 | 0.48 | 0.66 |
| Hex | D2 | B3 | 80 | 0 | F | 27 | 12 | 25 | 30 | 42 |
| Octal | 322 | 263 | 200 | 0 | 17 | 47 | 22 | 45 | 60 | 102 |
| Binary | 11010010 | 10110011 | 10000000 | 0 | 1111 | 100111 | 10010 | 100101 | 110000 | 1000010 |
Color Harmonies of #D2B380
Complementary color
Monochromatic Colors of #D2B380
Black with #D2B380
Text Example
Text Example
White with #D2B380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B380; }
p { color: rgb(210,179,128); }
H1.HeaderClassName
{
color: #D2B380;
}
.AnyTagClassName
{
color: #D2B380;
}
</style>
background-color css
<style>
a { background-color: #D2B380; }
a { background-color: rgb(210,179,128); }
div.DivClassName
{
background-color: #D2B380;
}
.BgClassName
{
background-color: #D2B380;
}
</style>
border-color css
<style>
span { border-color: #D2B380; }
span { border-color: rgb(210,179,128); }
td.TdClassName
{
border-color: #D2B380;
}
.TagClassName
{
border-color: #D2B380;
}
</style>