Shades of Calico #D7B380
Tints of Calico #D7B380
RGB
CMYK
RGB Variations
Color information
#D7B380 (or 0xD7B380) is known color: Calico. HEX triplet: D7, B3 and 80. RGB value is (215,179,128). Sum of RGB (Red+Green+Blue) = 215+179+128=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B380 is #284C7F. Grayscale: #B8B8B8. Windows color (decimal): -2641024 or 8434647. OLE color: 8434647.
HSL color Cylindrical-coordinate representation of color #D7B380: hue angle of 35.17º 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 #D7B380 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 128 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.16 |
| HSL | 35.17º | 0.52% | 0.67% | - |
| HSV(B) | 35.17º | 0.4% | 0.84% | - |
| XYZ | 48.04 | 48.25 | 27.2 | - |
| YUV | 183.95 | 96.43 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 128 | 0 | 0.17 | 0.40 | 0.16 | 35.17 | 0.52 | 0.67 |
| Hex | D7 | B3 | 80 | 0 | 11 | 28 | 10 | 23 | 34 | 43 |
| Octal | 327 | 263 | 200 | 0 | 21 | 50 | 20 | 43 | 64 | 103 |
| Binary | 11010111 | 10110011 | 10000000 | 0 | 10001 | 101000 | 10000 | 100011 | 110100 | 1000011 |
Color Harmonies of #D7B380
Complementary color
Monochromatic Colors of #D7B380
Black with #D7B380
Text Example
Text Example
White with #D7B380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B380; }
p { color: rgb(215,179,128); }
H1.HeaderClassName
{
color: #D7B380;
}
.AnyTagClassName
{
color: #D7B380;
}
</style>
background-color css
<style>
a { background-color: #D7B380; }
a { background-color: rgb(215,179,128); }
div.DivClassName
{
background-color: #D7B380;
}
.BgClassName
{
background-color: #D7B380;
}
</style>
border-color css
<style>
span { border-color: #D7B380; }
span { border-color: rgb(215,179,128); }
td.TdClassName
{
border-color: #D7B380;
}
.TagClassName
{
border-color: #D7B380;
}
</style>