Shades of Calico #D4B089
Tints of Calico #D4B089
RGB
CMYK
RGB Variations
Color information
#D4B089 (or 0xD4B089) is known color: Calico. HEX triplet: D4, B0 and 89. RGB value is (212,176,137). Sum of RGB (Red+Green+Blue) = 212+176+137=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B089 is #2B4F76. Grayscale: #B6B6B6. Windows color (decimal): -2838391 or 9023700. OLE color: 9023700.
HSL color Cylindrical-coordinate representation of color #D4B089: hue angle of 31.2º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4B089 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 137 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.17 |
| HSL | 31.2º | 0.47% | 0.68% | - |
| HSV(B) | 31.2º | 0.35% | 0.83% | - |
| XYZ | 47.19 | 46.85 | 30.22 | - |
| YUV | 182.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 137 | 0 | 0.17 | 0.35 | 0.17 | 31.2 | 0.47 | 0.68 |
| Hex | D4 | B0 | 89 | 0 | 11 | 23 | 11 | 1F | 2F | 44 |
| Octal | 324 | 260 | 211 | 0 | 21 | 43 | 21 | 37 | 57 | 104 |
| Binary | 11010100 | 10110000 | 10001001 | 0 | 10001 | 100011 | 10001 | 11111 | 101111 | 1000100 |
Color Harmonies of #D4B089
Complementary color
Monochromatic Colors of #D4B089
Black with #D4B089
Text Example
Text Example
White with #D4B089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B089; }
p { color: rgb(212,176,137); }
H1.HeaderClassName
{
color: #D4B089;
}
.AnyTagClassName
{
color: #D4B089;
}
</style>
background-color css
<style>
a { background-color: #D4B089; }
a { background-color: rgb(212,176,137); }
div.DivClassName
{
background-color: #D4B089;
}
.BgClassName
{
background-color: #D4B089;
}
</style>
border-color css
<style>
span { border-color: #D4B089; }
span { border-color: rgb(212,176,137); }
td.TdClassName
{
border-color: #D4B089;
}
.TagClassName
{
border-color: #D4B089;
}
</style>