Shades of Calico #D0B27F
Tints of Calico #D0B27F
RGB
CMYK
RGB Variations
Color information
#D0B27F (or 0xD0B27F) is known color: Calico. HEX triplet: D0, B2 and 7F. RGB value is (208,178,127). Sum of RGB (Red+Green+Blue) = 208+178+127=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B27F is #2F4D80. Grayscale: #B5B5B5. Windows color (decimal): -3100033 or 8368848. OLE color: 8368848.
HSL color Cylindrical-coordinate representation of color #D0B27F: hue angle of 37.78º 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 #D0B27F is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 127 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.18 |
| HSL | 37.78º | 0.46% | 0.66% | - |
| HSV(B) | 37.78º | 0.39% | 0.82% | - |
| XYZ | 45.76 | 46.78 | 26.7 | - |
| YUV | 181.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 127 | 0 | 0.14 | 0.39 | 0.18 | 37.78 | 0.46 | 0.66 |
| Hex | D0 | B2 | 7F | 0 | E | 27 | 12 | 26 | 2E | 42 |
| Octal | 320 | 262 | 177 | 0 | 16 | 47 | 22 | 46 | 56 | 102 |
| Binary | 11010000 | 10110010 | 1111111 | 0 | 1110 | 100111 | 10010 | 100110 | 101110 | 1000010 |
Color Harmonies of #D0B27F
Complementary color
Monochromatic Colors of #D0B27F
Black with #D0B27F
Text Example
Text Example
White with #D0B27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B27F; }
p { color: rgb(208,178,127); }
H1.HeaderClassName
{
color: #D0B27F;
}
.AnyTagClassName
{
color: #D0B27F;
}
</style>
background-color css
<style>
a { background-color: #D0B27F; }
a { background-color: rgb(208,178,127); }
div.DivClassName
{
background-color: #D0B27F;
}
.BgClassName
{
background-color: #D0B27F;
}
</style>
border-color css
<style>
span { border-color: #D0B27F; }
span { border-color: rgb(208,178,127); }
td.TdClassName
{
border-color: #D0B27F;
}
.TagClassName
{
border-color: #D0B27F;
}
</style>