Shades of Calico #D0AD7F
Tints of Calico #D0AD7F
RGB
CMYK
RGB Variations
Color information
#D0AD7F (or 0xD0AD7F) is known color: Calico. HEX triplet: D0, AD and 7F. RGB value is (208,173,127). Sum of RGB (Red+Green+Blue) = 208+173+127=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD7F is #2F5280. Grayscale: #B2B2B2. Windows color (decimal): -3101313 or 8367568. OLE color: 8367568.
HSL color Cylindrical-coordinate representation of color #D0AD7F: hue angle of 34.07º 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 #D0AD7F is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 127 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.18 |
| HSL | 34.07º | 0.46% | 0.66% | - |
| HSV(B) | 34.07º | 0.39% | 0.82% | - |
| XYZ | 44.79 | 44.83 | 26.37 | - |
| YUV | 178.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 127 | 0 | 0.17 | 0.39 | 0.18 | 34.07 | 0.46 | 0.66 |
| Hex | D0 | AD | 7F | 0 | 11 | 27 | 12 | 22 | 2E | 42 |
| Octal | 320 | 255 | 177 | 0 | 21 | 47 | 22 | 42 | 56 | 102 |
| Binary | 11010000 | 10101101 | 1111111 | 0 | 10001 | 100111 | 10010 | 100010 | 101110 | 1000010 |
Color Harmonies of #D0AD7F
Complementary color
Monochromatic Colors of #D0AD7F
Black with #D0AD7F
Text Example
Text Example
White with #D0AD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD7F; }
p { color: rgb(208,173,127); }
H1.HeaderClassName
{
color: #D0AD7F;
}
.AnyTagClassName
{
color: #D0AD7F;
}
</style>
background-color css
<style>
a { background-color: #D0AD7F; }
a { background-color: rgb(208,173,127); }
div.DivClassName
{
background-color: #D0AD7F;
}
.BgClassName
{
background-color: #D0AD7F;
}
</style>
border-color css
<style>
span { border-color: #D0AD7F; }
span { border-color: rgb(208,173,127); }
td.TdClassName
{
border-color: #D0AD7F;
}
.TagClassName
{
border-color: #D0AD7F;
}
</style>