Shades of Calico #D6B57D
Tints of Calico #D6B57D
RGB
CMYK
RGB Variations
Color information
#D6B57D (or 0xD6B57D) is known color: Calico. HEX triplet: D6, B5 and 7D. RGB value is (214,181,125). Sum of RGB (Red+Green+Blue) = 214+181+125=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B57D is #294A82. Grayscale: #B8B8B8. Windows color (decimal): -2706051 or 8238550. OLE color: 8238550.
HSL color Cylindrical-coordinate representation of color #D6B57D: hue angle of 37.75º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6B57D is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 125 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.16 |
| HSL | 37.75º | 0.52% | 0.66% | - |
| HSV(B) | 37.75º | 0.42% | 0.84% | - |
| XYZ | 47.96 | 48.82 | 26.3 | - |
| YUV | 184.48 | 94.43 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 125 | 0 | 0.15 | 0.42 | 0.16 | 37.75 | 0.52 | 0.66 |
| Hex | D6 | B5 | 7D | 0 | F | 2A | 10 | 26 | 34 | 42 |
| Octal | 326 | 265 | 175 | 0 | 17 | 52 | 20 | 46 | 64 | 102 |
| Binary | 11010110 | 10110101 | 1111101 | 0 | 1111 | 101010 | 10000 | 100110 | 110100 | 1000010 |
Color Harmonies of #D6B57D
Complementary color
Monochromatic Colors of #D6B57D
Black with #D6B57D
Text Example
Text Example
White with #D6B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B57D; }
p { color: rgb(214,181,125); }
H1.HeaderClassName
{
color: #D6B57D;
}
.AnyTagClassName
{
color: #D6B57D;
}
</style>
background-color css
<style>
a { background-color: #D6B57D; }
a { background-color: rgb(214,181,125); }
div.DivClassName
{
background-color: #D6B57D;
}
.BgClassName
{
background-color: #D6B57D;
}
</style>
border-color css
<style>
span { border-color: #D6B57D; }
span { border-color: rgb(214,181,125); }
td.TdClassName
{
border-color: #D6B57D;
}
.TagClassName
{
border-color: #D6B57D;
}
</style>