Shades of Calico #D1B37D
Tints of Calico #D1B37D
RGB
CMYK
RGB Variations
Color information
#D1B37D (or 0xD1B37D) is known color: Calico. HEX triplet: D1, B3 and 7D. RGB value is (209,179,125). Sum of RGB (Red+Green+Blue) = 209+179+125=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B37D is #2E4C82. Grayscale: #B6B6B6. Windows color (decimal): -3034243 or 8238033. OLE color: 8238033.
HSL color Cylindrical-coordinate representation of color #D1B37D: hue angle of 38.57º 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 #D1B37D is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 179 | 125 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.18 |
| HSL | 38.57º | 0.48% | 0.65% | - |
| HSV(B) | 38.57º | 0.4% | 0.82% | - |
| XYZ | 46.12 | 47.28 | 26.1 | - |
| YUV | 181.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 125 | 0 | 0.14 | 0.40 | 0.18 | 38.57 | 0.48 | 0.65 |
| Hex | D1 | B3 | 7D | 0 | E | 28 | 12 | 27 | 30 | 41 |
| Octal | 321 | 263 | 175 | 0 | 16 | 50 | 22 | 47 | 60 | 101 |
| Binary | 11010001 | 10110011 | 1111101 | 0 | 1110 | 101000 | 10010 | 100111 | 110000 | 1000001 |
Color Harmonies of #D1B37D
Complementary color
Monochromatic Colors of #D1B37D
Black with #D1B37D
Text Example
Text Example
White with #D1B37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B37D; }
p { color: rgb(209,179,125); }
H1.HeaderClassName
{
color: #D1B37D;
}
.AnyTagClassName
{
color: #D1B37D;
}
</style>
background-color css
<style>
a { background-color: #D1B37D; }
a { background-color: rgb(209,179,125); }
div.DivClassName
{
background-color: #D1B37D;
}
.BgClassName
{
background-color: #D1B37D;
}
</style>
border-color css
<style>
span { border-color: #D1B37D; }
span { border-color: rgb(209,179,125); }
td.TdClassName
{
border-color: #D1B37D;
}
.TagClassName
{
border-color: #D1B37D;
}
</style>