Shades of Calico #D0B27C
Tints of Calico #D0B27C
RGB
CMYK
RGB Variations
Color information
#D0B27C (or 0xD0B27C) is known color: Calico. HEX triplet: D0, B2 and 7C. RGB value is (208,178,124). Sum of RGB (Red+Green+Blue) = 208+178+124=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B27C is #2F4D83. Grayscale: #B5B5B5. Windows color (decimal): -3100036 or 8172240. OLE color: 8172240.
HSL color Cylindrical-coordinate representation of color #D0B27C: hue angle of 38.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0B27C is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 124 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.18 |
| HSL | 38.57º | 0.47% | 0.65% | - |
| HSV(B) | 38.57º | 0.4% | 0.82% | - |
| XYZ | 45.57 | 46.71 | 25.68 | - |
| YUV | 180.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 124 | 0 | 0.14 | 0.40 | 0.18 | 38.57 | 0.47 | 0.65 |
| Hex | D0 | B2 | 7C | 0 | E | 28 | 12 | 27 | 2F | 41 |
| Octal | 320 | 262 | 174 | 0 | 16 | 50 | 22 | 47 | 57 | 101 |
| Binary | 11010000 | 10110010 | 1111100 | 0 | 1110 | 101000 | 10010 | 100111 | 101111 | 1000001 |
Color Harmonies of #D0B27C
Complementary color
Monochromatic Colors of #D0B27C
Black with #D0B27C
Text Example
Text Example
White with #D0B27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B27C; }
p { color: rgb(208,178,124); }
H1.HeaderClassName
{
color: #D0B27C;
}
.AnyTagClassName
{
color: #D0B27C;
}
</style>
background-color css
<style>
a { background-color: #D0B27C; }
a { background-color: rgb(208,178,124); }
div.DivClassName
{
background-color: #D0B27C;
}
.BgClassName
{
background-color: #D0B27C;
}
</style>
border-color css
<style>
span { border-color: #D0B27C; }
span { border-color: rgb(208,178,124); }
td.TdClassName
{
border-color: #D0B27C;
}
.TagClassName
{
border-color: #D0B27C;
}
</style>