Shades of Calico #D4B37D
Tints of Calico #D4B37D
RGB
CMYK
RGB Variations
Color information
#D4B37D (or 0xD4B37D) is known color: Calico. HEX triplet: D4, B3 and 7D. RGB value is (212,179,125). Sum of RGB (Red+Green+Blue) = 212+179+125=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B37D is #2B4C82. Grayscale: #B6B6B6. Windows color (decimal): -2837635 or 8238036. OLE color: 8238036.
HSL color Cylindrical-coordinate representation of color #D4B37D: hue angle of 37.24º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4B37D is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 125 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.17 |
| HSL | 37.24º | 0.5% | 0.66% | - |
| HSV(B) | 37.24º | 0.41% | 0.83% | - |
| XYZ | 46.97 | 47.72 | 26.14 | - |
| YUV | 182.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 125 | 0 | 0.16 | 0.41 | 0.17 | 37.24 | 0.5 | 0.66 |
| Hex | D4 | B3 | 7D | 0 | 10 | 29 | 11 | 25 | 32 | 42 |
| Octal | 324 | 263 | 175 | 0 | 20 | 51 | 21 | 45 | 62 | 102 |
| Binary | 11010100 | 10110011 | 1111101 | 0 | 10000 | 101001 | 10001 | 100101 | 110010 | 1000010 |
Color Harmonies of #D4B37D
Complementary color
Monochromatic Colors of #D4B37D
Black with #D4B37D
Text Example
Text Example
White with #D4B37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B37D; }
p { color: rgb(212,179,125); }
H1.HeaderClassName
{
color: #D4B37D;
}
.AnyTagClassName
{
color: #D4B37D;
}
</style>
background-color css
<style>
a { background-color: #D4B37D; }
a { background-color: rgb(212,179,125); }
div.DivClassName
{
background-color: #D4B37D;
}
.BgClassName
{
background-color: #D4B37D;
}
</style>
border-color css
<style>
span { border-color: #D4B37D; }
span { border-color: rgb(212,179,125); }
td.TdClassName
{
border-color: #D4B37D;
}
.TagClassName
{
border-color: #D4B37D;
}
</style>