Shades of Calico #D1B07D
Tints of Calico #D1B07D
RGB
CMYK
RGB Variations
Color information
#D1B07D (or 0xD1B07D) is known color: Calico. HEX triplet: D1, B0 and 7D. RGB value is (209,176,125). Sum of RGB (Red+Green+Blue) = 209+176+125=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B07D is #2E4F82. Grayscale: #B4B4B4. Windows color (decimal): -3035011 or 8237265. OLE color: 8237265.
HSL color Cylindrical-coordinate representation of color #D1B07D: hue angle of 36.43º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1B07D is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 125 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.18 |
| HSL | 36.43º | 0.48% | 0.65% | - |
| HSV(B) | 36.43º | 0.4% | 0.82% | - |
| XYZ | 45.52 | 46.09 | 25.9 | - |
| YUV | 180.05 | 96.93 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 125 | 0 | 0.16 | 0.40 | 0.18 | 36.43 | 0.48 | 0.65 |
| Hex | D1 | B0 | 7D | 0 | 10 | 28 | 12 | 24 | 30 | 41 |
| Octal | 321 | 260 | 175 | 0 | 20 | 50 | 22 | 44 | 60 | 101 |
| Binary | 11010001 | 10110000 | 1111101 | 0 | 10000 | 101000 | 10010 | 100100 | 110000 | 1000001 |
Color Harmonies of #D1B07D
Complementary color
Monochromatic Colors of #D1B07D
Black with #D1B07D
Text Example
Text Example
White with #D1B07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B07D; }
p { color: rgb(209,176,125); }
H1.HeaderClassName
{
color: #D1B07D;
}
.AnyTagClassName
{
color: #D1B07D;
}
</style>
background-color css
<style>
a { background-color: #D1B07D; }
a { background-color: rgb(209,176,125); }
div.DivClassName
{
background-color: #D1B07D;
}
.BgClassName
{
background-color: #D1B07D;
}
</style>
border-color css
<style>
span { border-color: #D1B07D; }
span { border-color: rgb(209,176,125); }
td.TdClassName
{
border-color: #D1B07D;
}
.TagClassName
{
border-color: #D1B07D;
}
</style>