Shades of Calico #D2B07D
Tints of Calico #D2B07D
RGB
CMYK
RGB Variations
Color information
#D2B07D (or 0xD2B07D) is known color: Calico. HEX triplet: D2, B0 and 7D. RGB value is (210,176,125). Sum of RGB (Red+Green+Blue) = 210+176+125=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B07D is #2D4F82. Grayscale: #B4B4B4. Windows color (decimal): -2969475 or 8237266. OLE color: 8237266.
HSL color Cylindrical-coordinate representation of color #D2B07D: hue angle of 36º 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 #D2B07D is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 125 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.18 |
| HSL | 36º | 0.49% | 0.66% | - |
| HSV(B) | 36º | 0.4% | 0.82% | - |
| XYZ | 45.81 | 46.23 | 25.91 | - |
| YUV | 180.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 125 | 0 | 0.16 | 0.40 | 0.18 | 36 | 0.49 | 0.66 |
| Hex | D2 | B0 | 7D | 0 | 10 | 28 | 12 | 24 | 31 | 42 |
| Octal | 322 | 260 | 175 | 0 | 20 | 50 | 22 | 44 | 61 | 102 |
| Binary | 11010010 | 10110000 | 1111101 | 0 | 10000 | 101000 | 10010 | 100100 | 110001 | 1000010 |
Color Harmonies of #D2B07D
Complementary color
Monochromatic Colors of #D2B07D
Black with #D2B07D
Text Example
Text Example
White with #D2B07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B07D; }
p { color: rgb(210,176,125); }
H1.HeaderClassName
{
color: #D2B07D;
}
.AnyTagClassName
{
color: #D2B07D;
}
</style>
background-color css
<style>
a { background-color: #D2B07D; }
a { background-color: rgb(210,176,125); }
div.DivClassName
{
background-color: #D2B07D;
}
.BgClassName
{
background-color: #D2B07D;
}
</style>
border-color css
<style>
span { border-color: #D2B07D; }
span { border-color: rgb(210,176,125); }
td.TdClassName
{
border-color: #D2B07D;
}
.TagClassName
{
border-color: #D2B07D;
}
</style>