Shades of Calico #D8B27A
Tints of Calico #D8B27A
RGB
CMYK
RGB Variations
Color information
#D8B27A (or 0xD8B27A) is known color: Calico. HEX triplet: D8, B2 and 7A. RGB value is (216,178,122). Sum of RGB (Red+Green+Blue) = 216+178+122=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B27A is #274D85. Grayscale: #B7B7B7. Windows color (decimal): -2575750 or 8041176. OLE color: 8041176.
HSL color Cylindrical-coordinate representation of color #D8B27A: hue angle of 35.74º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8B27A is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 178 | 122 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.15 |
| HSL | 35.74º | 0.55% | 0.66% | - |
| HSV(B) | 35.74º | 0.44% | 0.85% | - |
| XYZ | 47.75 | 47.84 | 25.13 | - |
| YUV | 182.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 178 | 122 | 0 | 0.18 | 0.44 | 0.15 | 35.74 | 0.55 | 0.66 |
| Hex | D8 | B2 | 7A | 0 | 12 | 2C | F | 24 | 37 | 42 |
| Octal | 330 | 262 | 172 | 0 | 22 | 54 | 17 | 44 | 67 | 102 |
| Binary | 11011000 | 10110010 | 1111010 | 0 | 10010 | 101100 | 1111 | 100100 | 110111 | 1000010 |
Color Harmonies of #D8B27A
Complementary color
Monochromatic Colors of #D8B27A
Black with #D8B27A
Text Example
Text Example
White with #D8B27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B27A; }
p { color: rgb(216,178,122); }
H1.HeaderClassName
{
color: #D8B27A;
}
.AnyTagClassName
{
color: #D8B27A;
}
</style>
background-color css
<style>
a { background-color: #D8B27A; }
a { background-color: rgb(216,178,122); }
div.DivClassName
{
background-color: #D8B27A;
}
.BgClassName
{
background-color: #D8B27A;
}
</style>
border-color css
<style>
span { border-color: #D8B27A; }
span { border-color: rgb(216,178,122); }
td.TdClassName
{
border-color: #D8B27A;
}
.TagClassName
{
border-color: #D8B27A;
}
</style>