Shades of Calico #D0B37F
Tints of Calico #D0B37F
RGB
CMYK
RGB Variations
Color information
#D0B37F (or 0xD0B37F) is known color: Calico. HEX triplet: D0, B3 and 7F. RGB value is (208,179,127). Sum of RGB (Red+Green+Blue) = 208+179+127=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B37F is #2F4C80. Grayscale: #B5B5B5. Windows color (decimal): -3099777 or 8369104. OLE color: 8369104.
HSL color Cylindrical-coordinate representation of color #D0B37F: hue angle of 38.52º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0B37F is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 127 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.18 |
| HSL | 38.52º | 0.46% | 0.66% | - |
| HSV(B) | 38.52º | 0.39% | 0.82% | - |
| XYZ | 45.96 | 47.18 | 26.76 | - |
| YUV | 181.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 127 | 0 | 0.14 | 0.39 | 0.18 | 38.52 | 0.46 | 0.66 |
| Hex | D0 | B3 | 7F | 0 | E | 27 | 12 | 27 | 2E | 42 |
| Octal | 320 | 263 | 177 | 0 | 16 | 47 | 22 | 47 | 56 | 102 |
| Binary | 11010000 | 10110011 | 1111111 | 0 | 1110 | 100111 | 10010 | 100111 | 101110 | 1000010 |
Color Harmonies of #D0B37F
Complementary color
Monochromatic Colors of #D0B37F
Black with #D0B37F
Text Example
Text Example
White with #D0B37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B37F; }
p { color: rgb(208,179,127); }
H1.HeaderClassName
{
color: #D0B37F;
}
.AnyTagClassName
{
color: #D0B37F;
}
</style>
background-color css
<style>
a { background-color: #D0B37F; }
a { background-color: rgb(208,179,127); }
div.DivClassName
{
background-color: #D0B37F;
}
.BgClassName
{
background-color: #D0B37F;
}
</style>
border-color css
<style>
span { border-color: #D0B37F; }
span { border-color: rgb(208,179,127); }
td.TdClassName
{
border-color: #D0B37F;
}
.TagClassName
{
border-color: #D0B37F;
}
</style>