Shades of Calico #D4B383
Tints of Calico #D4B383
RGB
CMYK
RGB Variations
Color information
#D4B383 (or 0xD4B383) is known color: Calico. HEX triplet: D4, B3 and 83. RGB value is (212,179,131). Sum of RGB (Red+Green+Blue) = 212+179+131=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B383 is #2B4C7C. Grayscale: #B7B7B7. Windows color (decimal): -2837629 or 8631252. OLE color: 8631252.
HSL color Cylindrical-coordinate representation of color #D4B383: hue angle of 35.56º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4B383 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 131 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.17 |
| HSL | 35.56º | 0.49% | 0.67% | - |
| HSV(B) | 35.56º | 0.38% | 0.83% | - |
| XYZ | 47.37 | 47.88 | 28.22 | - |
| YUV | 183.4 | 98.43 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 131 | 0 | 0.16 | 0.38 | 0.17 | 35.56 | 0.49 | 0.67 |
| Hex | D4 | B3 | 83 | 0 | 10 | 26 | 11 | 24 | 31 | 43 |
| Octal | 324 | 263 | 203 | 0 | 20 | 46 | 21 | 44 | 61 | 103 |
| Binary | 11010100 | 10110011 | 10000011 | 0 | 10000 | 100110 | 10001 | 100100 | 110001 | 1000011 |
Color Harmonies of #D4B383
Complementary color
Monochromatic Colors of #D4B383
Black with #D4B383
Text Example
Text Example
White with #D4B383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B383; }
p { color: rgb(212,179,131); }
H1.HeaderClassName
{
color: #D4B383;
}
.AnyTagClassName
{
color: #D4B383;
}
</style>
background-color css
<style>
a { background-color: #D4B383; }
a { background-color: rgb(212,179,131); }
div.DivClassName
{
background-color: #D4B383;
}
.BgClassName
{
background-color: #D4B383;
}
</style>
border-color css
<style>
span { border-color: #D4B383; }
span { border-color: rgb(212,179,131); }
td.TdClassName
{
border-color: #D4B383;
}
.TagClassName
{
border-color: #D4B383;
}
</style>