Shades of Calico #D4B082
Tints of Calico #D4B082
RGB
CMYK
RGB Variations
Color information
#D4B082 (or 0xD4B082) is known color: Calico. HEX triplet: D4, B0 and 82. RGB value is (212,176,130). Sum of RGB (Red+Green+Blue) = 212+176+130=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B082 is #2B4F7D. Grayscale: #B5B5B5. Windows color (decimal): -2838398 or 8564948. OLE color: 8564948.
HSL color Cylindrical-coordinate representation of color #D4B082: hue angle of 33.66º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4B082 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 130 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.17 |
| HSL | 33.66º | 0.49% | 0.67% | - |
| HSV(B) | 33.66º | 0.39% | 0.83% | - |
| XYZ | 46.71 | 46.66 | 27.66 | - |
| YUV | 181.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 130 | 0 | 0.17 | 0.39 | 0.17 | 33.66 | 0.49 | 0.67 |
| Hex | D4 | B0 | 82 | 0 | 11 | 27 | 11 | 22 | 31 | 43 |
| Octal | 324 | 260 | 202 | 0 | 21 | 47 | 21 | 42 | 61 | 103 |
| Binary | 11010100 | 10110000 | 10000010 | 0 | 10001 | 100111 | 10001 | 100010 | 110001 | 1000011 |
Color Harmonies of #D4B082
Complementary color
Monochromatic Colors of #D4B082
Black with #D4B082
Text Example
Text Example
White with #D4B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B082; }
p { color: rgb(212,176,130); }
H1.HeaderClassName
{
color: #D4B082;
}
.AnyTagClassName
{
color: #D4B082;
}
</style>
background-color css
<style>
a { background-color: #D4B082; }
a { background-color: rgb(212,176,130); }
div.DivClassName
{
background-color: #D4B082;
}
.BgClassName
{
background-color: #D4B082;
}
</style>
border-color css
<style>
span { border-color: #D4B082; }
span { border-color: rgb(212,176,130); }
td.TdClassName
{
border-color: #D4B082;
}
.TagClassName
{
border-color: #D4B082;
}
</style>