Shades of Calico #D2B37D
Tints of Calico #D2B37D
RGB
CMYK
RGB Variations
Color information
#D2B37D (or 0xD2B37D) is known color: Calico. HEX triplet: D2, B3 and 7D. RGB value is (210,179,125). Sum of RGB (Red+Green+Blue) = 210+179+125=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B37D is #2D4C82. Grayscale: #B6B6B6. Windows color (decimal): -2968707 or 8238034. OLE color: 8238034.
HSL color Cylindrical-coordinate representation of color #D2B37D: hue angle of 38.12º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2B37D is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 125 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.18 |
| HSL | 38.12º | 0.49% | 0.66% | - |
| HSV(B) | 38.12º | 0.4% | 0.82% | - |
| XYZ | 46.4 | 47.42 | 26.11 | - |
| YUV | 182.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 125 | 0 | 0.15 | 0.40 | 0.18 | 38.12 | 0.49 | 0.66 |
| Hex | D2 | B3 | 7D | 0 | F | 28 | 12 | 26 | 31 | 42 |
| Octal | 322 | 263 | 175 | 0 | 17 | 50 | 22 | 46 | 61 | 102 |
| Binary | 11010010 | 10110011 | 1111101 | 0 | 1111 | 101000 | 10010 | 100110 | 110001 | 1000010 |
Color Harmonies of #D2B37D
Complementary color
Monochromatic Colors of #D2B37D
Black with #D2B37D
Text Example
Text Example
White with #D2B37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B37D; }
p { color: rgb(210,179,125); }
H1.HeaderClassName
{
color: #D2B37D;
}
.AnyTagClassName
{
color: #D2B37D;
}
</style>
background-color css
<style>
a { background-color: #D2B37D; }
a { background-color: rgb(210,179,125); }
div.DivClassName
{
background-color: #D2B37D;
}
.BgClassName
{
background-color: #D2B37D;
}
</style>
border-color css
<style>
span { border-color: #D2B37D; }
span { border-color: rgb(210,179,125); }
td.TdClassName
{
border-color: #D2B37D;
}
.TagClassName
{
border-color: #D2B37D;
}
</style>