Shades of Calico #D4B380
Tints of Calico #D4B380
RGB
CMYK
RGB Variations
Color information
#D4B380 (or 0xD4B380) is known color: Calico. HEX triplet: D4, B3 and 80. RGB value is (212,179,128). Sum of RGB (Red+Green+Blue) = 212+179+128=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B380 is #2B4C7F. Grayscale: #B7B7B7. Windows color (decimal): -2837632 or 8434644. OLE color: 8434644.
HSL color Cylindrical-coordinate representation of color #D4B380: hue angle of 36.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4B380 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 128 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.17 |
| HSL | 36.43º | 0.49% | 0.67% | - |
| HSV(B) | 36.43º | 0.4% | 0.83% | - |
| XYZ | 47.17 | 47.8 | 27.16 | - |
| YUV | 183.05 | 96.93 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 128 | 0 | 0.16 | 0.40 | 0.17 | 36.43 | 0.49 | 0.67 |
| Hex | D4 | B3 | 80 | 0 | 10 | 28 | 11 | 24 | 31 | 43 |
| Octal | 324 | 263 | 200 | 0 | 20 | 50 | 21 | 44 | 61 | 103 |
| Binary | 11010100 | 10110011 | 10000000 | 0 | 10000 | 101000 | 10001 | 100100 | 110001 | 1000011 |
Color Harmonies of #D4B380
Complementary color
Monochromatic Colors of #D4B380
Black with #D4B380
Text Example
Text Example
White with #D4B380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B380; }
p { color: rgb(212,179,128); }
H1.HeaderClassName
{
color: #D4B380;
}
.AnyTagClassName
{
color: #D4B380;
}
</style>
background-color css
<style>
a { background-color: #D4B380; }
a { background-color: rgb(212,179,128); }
div.DivClassName
{
background-color: #D4B380;
}
.BgClassName
{
background-color: #D4B380;
}
</style>
border-color css
<style>
span { border-color: #D4B380; }
span { border-color: rgb(212,179,128); }
td.TdClassName
{
border-color: #D4B380;
}
.TagClassName
{
border-color: #D4B380;
}
</style>