Shades of Calico #D4B27B
Tints of Calico #D4B27B
RGB
CMYK
RGB Variations
Color information
#D4B27B (or 0xD4B27B) is known color: Calico. HEX triplet: D4, B2 and 7B. RGB value is (212,178,123). Sum of RGB (Red+Green+Blue) = 212+178+123=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B27B is #2B4D84. Grayscale: #B6B6B6. Windows color (decimal): -2837893 or 8106708. OLE color: 8106708.
HSL color Cylindrical-coordinate representation of color #D4B27B: hue angle of 37.08º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4B27B is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 123 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.17 |
| HSL | 37.08º | 0.51% | 0.66% | - |
| HSV(B) | 37.08º | 0.42% | 0.83% | - |
| XYZ | 46.65 | 47.27 | 25.4 | - |
| YUV | 181.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 123 | 0 | 0.16 | 0.42 | 0.17 | 37.08 | 0.51 | 0.66 |
| Hex | D4 | B2 | 7B | 0 | 10 | 2A | 11 | 25 | 33 | 42 |
| Octal | 324 | 262 | 173 | 0 | 20 | 52 | 21 | 45 | 63 | 102 |
| Binary | 11010100 | 10110010 | 1111011 | 0 | 10000 | 101010 | 10001 | 100101 | 110011 | 1000010 |
Color Harmonies of #D4B27B
Complementary color
Monochromatic Colors of #D4B27B
Black with #D4B27B
Text Example
Text Example
White with #D4B27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B27B; }
p { color: rgb(212,178,123); }
H1.HeaderClassName
{
color: #D4B27B;
}
.AnyTagClassName
{
color: #D4B27B;
}
</style>
background-color css
<style>
a { background-color: #D4B27B; }
a { background-color: rgb(212,178,123); }
div.DivClassName
{
background-color: #D4B27B;
}
.BgClassName
{
background-color: #D4B27B;
}
</style>
border-color css
<style>
span { border-color: #D4B27B; }
span { border-color: rgb(212,178,123); }
td.TdClassName
{
border-color: #D4B27B;
}
.TagClassName
{
border-color: #D4B27B;
}
</style>