Shades of Calico #D0AE80
Tints of Calico #D0AE80
RGB
CMYK
RGB Variations
Color information
#D0AE80 (or 0xD0AE80) is known color: Calico. HEX triplet: D0, AE and 80. RGB value is (208,174,128). Sum of RGB (Red+Green+Blue) = 208+174+128=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE80 is #2F517F. Grayscale: #B3B3B3. Windows color (decimal): -3101056 or 8433360. OLE color: 8433360.
HSL color Cylindrical-coordinate representation of color #D0AE80: hue angle of 34.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0AE80 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 174 | 128 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.18 |
| HSL | 34.5º | 0.46% | 0.66% | - |
| HSV(B) | 34.5º | 0.38% | 0.82% | - |
| XYZ | 45.04 | 45.24 | 26.78 | - |
| YUV | 178.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 128 | 0 | 0.16 | 0.38 | 0.18 | 34.5 | 0.46 | 0.66 |
| Hex | D0 | AE | 80 | 0 | 10 | 26 | 12 | 22 | 2E | 42 |
| Octal | 320 | 256 | 200 | 0 | 20 | 46 | 22 | 42 | 56 | 102 |
| Binary | 11010000 | 10101110 | 10000000 | 0 | 10000 | 100110 | 10010 | 100010 | 101110 | 1000010 |
Color Harmonies of #D0AE80
Complementary color
Monochromatic Colors of #D0AE80
Black with #D0AE80
Text Example
Text Example
White with #D0AE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AE80; }
p { color: rgb(208,174,128); }
H1.HeaderClassName
{
color: #D0AE80;
}
.AnyTagClassName
{
color: #D0AE80;
}
</style>
background-color css
<style>
a { background-color: #D0AE80; }
a { background-color: rgb(208,174,128); }
div.DivClassName
{
background-color: #D0AE80;
}
.BgClassName
{
background-color: #D0AE80;
}
</style>
border-color css
<style>
span { border-color: #D0AE80; }
span { border-color: rgb(208,174,128); }
td.TdClassName
{
border-color: #D0AE80;
}
.TagClassName
{
border-color: #D0AE80;
}
</style>