Shades of Calico #D7B18A
Tints of Calico #D7B18A
RGB
CMYK
RGB Variations
Color information
#D7B18A (or 0xD7B18A) is known color: Calico. HEX triplet: D7, B1 and 8A. RGB value is (215,177,138). Sum of RGB (Red+Green+Blue) = 215+177+138=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B18A is #284E75. Grayscale: #B8B8B8. Windows color (decimal): -2641526 or 9089495. OLE color: 9089495.
HSL color Cylindrical-coordinate representation of color #D7B18A: hue angle of 30.39º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7B18A is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 138 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.16 |
| HSL | 30.39º | 0.49% | 0.69% | - |
| HSV(B) | 30.39º | 0.36% | 0.84% | - |
| XYZ | 48.33 | 47.73 | 30.71 | - |
| YUV | 183.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 138 | 0 | 0.18 | 0.36 | 0.16 | 30.39 | 0.49 | 0.69 |
| Hex | D7 | B1 | 8A | 0 | 12 | 24 | 10 | 1E | 31 | 45 |
| Octal | 327 | 261 | 212 | 0 | 22 | 44 | 20 | 36 | 61 | 105 |
| Binary | 11010111 | 10110001 | 10001010 | 0 | 10010 | 100100 | 10000 | 11110 | 110001 | 1000101 |
Color Harmonies of #D7B18A
Complementary color
Monochromatic Colors of #D7B18A
Black with #D7B18A
Text Example
Text Example
White with #D7B18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B18A; }
p { color: rgb(215,177,138); }
H1.HeaderClassName
{
color: #D7B18A;
}
.AnyTagClassName
{
color: #D7B18A;
}
</style>
background-color css
<style>
a { background-color: #D7B18A; }
a { background-color: rgb(215,177,138); }
div.DivClassName
{
background-color: #D7B18A;
}
.BgClassName
{
background-color: #D7B18A;
}
</style>
border-color css
<style>
span { border-color: #D7B18A; }
span { border-color: rgb(215,177,138); }
td.TdClassName
{
border-color: #D7B18A;
}
.TagClassName
{
border-color: #D7B18A;
}
</style>