Shades of Calico #D5B27A
Tints of Calico #D5B27A
RGB
CMYK
RGB Variations
Color information
#D5B27A (or 0xD5B27A) is known color: Calico. HEX triplet: D5, B2 and 7A. RGB value is (213,178,122). Sum of RGB (Red+Green+Blue) = 213+178+122=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B27A is #2A4D85. Grayscale: #B6B6B6. Windows color (decimal): -2772358 or 8041173. OLE color: 8041173.
HSL color Cylindrical-coordinate representation of color #D5B27A: hue angle of 36.92º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5B27A is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 122 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.16 |
| HSL | 36.92º | 0.52% | 0.66% | - |
| HSV(B) | 36.92º | 0.43% | 0.84% | - |
| XYZ | 46.87 | 47.39 | 25.09 | - |
| YUV | 182.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 122 | 0 | 0.16 | 0.43 | 0.16 | 36.92 | 0.52 | 0.66 |
| Hex | D5 | B2 | 7A | 0 | 10 | 2B | 10 | 25 | 34 | 42 |
| Octal | 325 | 262 | 172 | 0 | 20 | 53 | 20 | 45 | 64 | 102 |
| Binary | 11010101 | 10110010 | 1111010 | 0 | 10000 | 101011 | 10000 | 100101 | 110100 | 1000010 |
Color Harmonies of #D5B27A
Complementary color
Monochromatic Colors of #D5B27A
Black with #D5B27A
Text Example
Text Example
White with #D5B27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B27A; }
p { color: rgb(213,178,122); }
H1.HeaderClassName
{
color: #D5B27A;
}
.AnyTagClassName
{
color: #D5B27A;
}
</style>
background-color css
<style>
a { background-color: #D5B27A; }
a { background-color: rgb(213,178,122); }
div.DivClassName
{
background-color: #D5B27A;
}
.BgClassName
{
background-color: #D5B27A;
}
</style>
border-color css
<style>
span { border-color: #D5B27A; }
span { border-color: rgb(213,178,122); }
td.TdClassName
{
border-color: #D5B27A;
}
.TagClassName
{
border-color: #D5B27A;
}
</style>