Shades of Calico #D3B07E
Tints of Calico #D3B07E
RGB
CMYK
RGB Variations
Color information
#D3B07E (or 0xD3B07E) is known color: Calico. HEX triplet: D3, B0 and 7E. RGB value is (211,176,126). Sum of RGB (Red+Green+Blue) = 211+176+126=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B07E is #2C4F81. Grayscale: #B5B5B5. Windows color (decimal): -2903938 or 8302803. OLE color: 8302803.
HSL color Cylindrical-coordinate representation of color #D3B07E: hue angle of 35.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3B07E is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 176 | 126 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.17 |
| HSL | 35.29º | 0.49% | 0.66% | - |
| HSV(B) | 35.29º | 0.4% | 0.83% | - |
| XYZ | 46.16 | 46.41 | 26.26 | - |
| YUV | 180.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 176 | 126 | 0 | 0.17 | 0.40 | 0.17 | 35.29 | 0.49 | 0.66 |
| Hex | D3 | B0 | 7E | 0 | 11 | 28 | 11 | 23 | 31 | 42 |
| Octal | 323 | 260 | 176 | 0 | 21 | 50 | 21 | 43 | 61 | 102 |
| Binary | 11010011 | 10110000 | 1111110 | 0 | 10001 | 101000 | 10001 | 100011 | 110001 | 1000010 |
Color Harmonies of #D3B07E
Complementary color
Monochromatic Colors of #D3B07E
Black with #D3B07E
Text Example
Text Example
White with #D3B07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B07E; }
p { color: rgb(211,176,126); }
H1.HeaderClassName
{
color: #D3B07E;
}
.AnyTagClassName
{
color: #D3B07E;
}
</style>
background-color css
<style>
a { background-color: #D3B07E; }
a { background-color: rgb(211,176,126); }
div.DivClassName
{
background-color: #D3B07E;
}
.BgClassName
{
background-color: #D3B07E;
}
</style>
border-color css
<style>
span { border-color: #D3B07E; }
span { border-color: rgb(211,176,126); }
td.TdClassName
{
border-color: #D3B07E;
}
.TagClassName
{
border-color: #D3B07E;
}
</style>