Shades of Calico #D7B280
Tints of Calico #D7B280
RGB
CMYK
RGB Variations
Color information
#D7B280 (or 0xD7B280) is known color: Calico. HEX triplet: D7, B2 and 80. RGB value is (215,178,128). Sum of RGB (Red+Green+Blue) = 215+178+128=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B280 is #284D7F. Grayscale: #B7B7B7. Windows color (decimal): -2641280 or 8434391. OLE color: 8434391.
HSL color Cylindrical-coordinate representation of color #D7B280: hue angle of 34.48º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7B280 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 178 | 128 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.16 |
| HSL | 34.48º | 0.52% | 0.67% | - |
| HSV(B) | 34.48º | 0.4% | 0.84% | - |
| XYZ | 47.84 | 47.85 | 27.14 | - |
| YUV | 183.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 178 | 128 | 0 | 0.17 | 0.40 | 0.16 | 34.48 | 0.52 | 0.67 |
| Hex | D7 | B2 | 80 | 0 | 11 | 28 | 10 | 22 | 34 | 43 |
| Octal | 327 | 262 | 200 | 0 | 21 | 50 | 20 | 42 | 64 | 103 |
| Binary | 11010111 | 10110010 | 10000000 | 0 | 10001 | 101000 | 10000 | 100010 | 110100 | 1000011 |
Color Harmonies of #D7B280
Complementary color
Monochromatic Colors of #D7B280
Black with #D7B280
Text Example
Text Example
White with #D7B280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B280; }
p { color: rgb(215,178,128); }
H1.HeaderClassName
{
color: #D7B280;
}
.AnyTagClassName
{
color: #D7B280;
}
</style>
background-color css
<style>
a { background-color: #D7B280; }
a { background-color: rgb(215,178,128); }
div.DivClassName
{
background-color: #D7B280;
}
.BgClassName
{
background-color: #D7B280;
}
</style>
border-color css
<style>
span { border-color: #D7B280; }
span { border-color: rgb(215,178,128); }
td.TdClassName
{
border-color: #D7B280;
}
.TagClassName
{
border-color: #D7B280;
}
</style>