Shades of Calico #D3B37C
Tints of Calico #D3B37C
RGB
CMYK
RGB Variations
Color information
#D3B37C (or 0xD3B37C) is known color: Calico. HEX triplet: D3, B3 and 7C. RGB value is (211,179,124). Sum of RGB (Red+Green+Blue) = 211+179+124=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B37C is #2C4C83. Grayscale: #B6B6B6. Windows color (decimal): -2903172 or 8172499. OLE color: 8172499.
HSL color Cylindrical-coordinate representation of color #D3B37C: hue angle of 37.93º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3B37C is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 124 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.17 |
| HSL | 37.93º | 0.5% | 0.66% | - |
| HSV(B) | 37.93º | 0.41% | 0.83% | - |
| XYZ | 46.62 | 47.54 | 25.79 | - |
| YUV | 182.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 124 | 0 | 0.15 | 0.41 | 0.17 | 37.93 | 0.5 | 0.66 |
| Hex | D3 | B3 | 7C | 0 | F | 29 | 11 | 26 | 32 | 42 |
| Octal | 323 | 263 | 174 | 0 | 17 | 51 | 21 | 46 | 62 | 102 |
| Binary | 11010011 | 10110011 | 1111100 | 0 | 1111 | 101001 | 10001 | 100110 | 110010 | 1000010 |
Color Harmonies of #D3B37C
Complementary color
Monochromatic Colors of #D3B37C
Black with #D3B37C
Text Example
Text Example
White with #D3B37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B37C; }
p { color: rgb(211,179,124); }
H1.HeaderClassName
{
color: #D3B37C;
}
.AnyTagClassName
{
color: #D3B37C;
}
</style>
background-color css
<style>
a { background-color: #D3B37C; }
a { background-color: rgb(211,179,124); }
div.DivClassName
{
background-color: #D3B37C;
}
.BgClassName
{
background-color: #D3B37C;
}
</style>
border-color css
<style>
span { border-color: #D3B37C; }
span { border-color: rgb(211,179,124); }
td.TdClassName
{
border-color: #D3B37C;
}
.TagClassName
{
border-color: #D3B37C;
}
</style>