Shades of Calico #D2B181
Tints of Calico #D2B181
RGB
CMYK
RGB Variations
Color information
#D2B181 (or 0xD2B181) is known color: Calico. HEX triplet: D2, B1 and 81. RGB value is (210,177,129). Sum of RGB (Red+Green+Blue) = 210+177+129=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B181 is #2D4E7E. Grayscale: #B5B5B5. Windows color (decimal): -2969215 or 8499666. OLE color: 8499666.
HSL color Cylindrical-coordinate representation of color #D2B181: hue angle of 35.56º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2B181 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 129 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.18 |
| HSL | 35.56º | 0.47% | 0.66% | - |
| HSV(B) | 35.56º | 0.39% | 0.82% | - |
| XYZ | 46.26 | 46.73 | 27.35 | - |
| YUV | 181.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 129 | 0 | 0.16 | 0.39 | 0.18 | 35.56 | 0.47 | 0.66 |
| Hex | D2 | B1 | 81 | 0 | 10 | 27 | 12 | 24 | 2F | 42 |
| Octal | 322 | 261 | 201 | 0 | 20 | 47 | 22 | 44 | 57 | 102 |
| Binary | 11010010 | 10110001 | 10000001 | 0 | 10000 | 100111 | 10010 | 100100 | 101111 | 1000010 |
Color Harmonies of #D2B181
Complementary color
Monochromatic Colors of #D2B181
Black with #D2B181
Text Example
Text Example
White with #D2B181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B181; }
p { color: rgb(210,177,129); }
H1.HeaderClassName
{
color: #D2B181;
}
.AnyTagClassName
{
color: #D2B181;
}
</style>
background-color css
<style>
a { background-color: #D2B181; }
a { background-color: rgb(210,177,129); }
div.DivClassName
{
background-color: #D2B181;
}
.BgClassName
{
background-color: #D2B181;
}
</style>
border-color css
<style>
span { border-color: #D2B181; }
span { border-color: rgb(210,177,129); }
td.TdClassName
{
border-color: #D2B181;
}
.TagClassName
{
border-color: #D2B181;
}
</style>