Shades of Calico #D7B08A
Tints of Calico #D7B08A
RGB
CMYK
RGB Variations
Color information
#D7B08A (or 0xD7B08A) is known color: Calico. HEX triplet: D7, B0 and 8A. RGB value is (215,176,138). Sum of RGB (Red+Green+Blue) = 215+176+138=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B08A is #284F75. Grayscale: #B7B7B7. Windows color (decimal): -2641782 or 9089239. OLE color: 9089239.
HSL color Cylindrical-coordinate representation of color #D7B08A: hue angle of 29.61º 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 #D7B08A is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 138 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.16 |
| HSL | 29.61º | 0.49% | 0.69% | - |
| HSV(B) | 29.61º | 0.36% | 0.84% | - |
| XYZ | 48.14 | 47.33 | 30.64 | - |
| YUV | 183.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 138 | 0 | 0.18 | 0.36 | 0.16 | 29.61 | 0.49 | 0.69 |
| Hex | D7 | B0 | 8A | 0 | 12 | 24 | 10 | 1E | 31 | 45 |
| Octal | 327 | 260 | 212 | 0 | 22 | 44 | 20 | 36 | 61 | 105 |
| Binary | 11010111 | 10110000 | 10001010 | 0 | 10010 | 100100 | 10000 | 11110 | 110001 | 1000101 |
Color Harmonies of #D7B08A
Complementary color
Monochromatic Colors of #D7B08A
Black with #D7B08A
Text Example
Text Example
White with #D7B08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B08A; }
p { color: rgb(215,176,138); }
H1.HeaderClassName
{
color: #D7B08A;
}
.AnyTagClassName
{
color: #D7B08A;
}
</style>
background-color css
<style>
a { background-color: #D7B08A; }
a { background-color: rgb(215,176,138); }
div.DivClassName
{
background-color: #D7B08A;
}
.BgClassName
{
background-color: #D7B08A;
}
</style>
border-color css
<style>
span { border-color: #D7B08A; }
span { border-color: rgb(215,176,138); }
td.TdClassName
{
border-color: #D7B08A;
}
.TagClassName
{
border-color: #D7B08A;
}
</style>