Shades of Calico #D7B27B
Tints of Calico #D7B27B
RGB
CMYK
RGB Variations
Color information
#D7B27B (or 0xD7B27B) is known color: Calico. HEX triplet: D7, B2 and 7B. RGB value is (215,178,123). Sum of RGB (Red+Green+Blue) = 215+178+123=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B27B is #284D84. Grayscale: #B7B7B7. Windows color (decimal): -2641285 or 8106711. OLE color: 8106711.
HSL color Cylindrical-coordinate representation of color #D7B27B: hue angle of 35.87º degrees, saturation: 0.53, 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 #D7B27B is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 178 | 123 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.16 |
| HSL | 35.87º | 0.53% | 0.66% | - |
| HSV(B) | 35.87º | 0.43% | 0.84% | - |
| XYZ | 47.52 | 47.72 | 25.44 | - |
| YUV | 182.79 | 94.26 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 178 | 123 | 0 | 0.17 | 0.43 | 0.16 | 35.87 | 0.53 | 0.66 |
| Hex | D7 | B2 | 7B | 0 | 11 | 2B | 10 | 24 | 35 | 42 |
| Octal | 327 | 262 | 173 | 0 | 21 | 53 | 20 | 44 | 65 | 102 |
| Binary | 11010111 | 10110010 | 1111011 | 0 | 10001 | 101011 | 10000 | 100100 | 110101 | 1000010 |
Color Harmonies of #D7B27B
Complementary color
Monochromatic Colors of #D7B27B
Black with #D7B27B
Text Example
Text Example
White with #D7B27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B27B; }
p { color: rgb(215,178,123); }
H1.HeaderClassName
{
color: #D7B27B;
}
.AnyTagClassName
{
color: #D7B27B;
}
</style>
background-color css
<style>
a { background-color: #D7B27B; }
a { background-color: rgb(215,178,123); }
div.DivClassName
{
background-color: #D7B27B;
}
.BgClassName
{
background-color: #D7B27B;
}
</style>
border-color css
<style>
span { border-color: #D7B27B; }
span { border-color: rgb(215,178,123); }
td.TdClassName
{
border-color: #D7B27B;
}
.TagClassName
{
border-color: #D7B27B;
}
</style>