Shades of Calico #D0AF7D
Tints of Calico #D0AF7D
RGB
CMYK
RGB Variations
Color information
#D0AF7D (or 0xD0AF7D) is known color: Calico. HEX triplet: D0, AF and 7D. RGB value is (208,175,125). Sum of RGB (Red+Green+Blue) = 208+175+125=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF7D is #2F5082. Grayscale: #B3B3B3. Windows color (decimal): -3100803 or 8237008. OLE color: 8237008.
HSL color Cylindrical-coordinate representation of color #D0AF7D: hue angle of 36.14º 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 #D0AF7D is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 125 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.18 |
| HSL | 36.14º | 0.47% | 0.65% | - |
| HSV(B) | 36.14º | 0.4% | 0.82% | - |
| XYZ | 45.04 | 45.55 | 25.82 | - |
| YUV | 179.17 | 97.43 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 125 | 0 | 0.16 | 0.40 | 0.18 | 36.14 | 0.47 | 0.65 |
| Hex | D0 | AF | 7D | 0 | 10 | 28 | 12 | 24 | 2F | 41 |
| Octal | 320 | 257 | 175 | 0 | 20 | 50 | 22 | 44 | 57 | 101 |
| Binary | 11010000 | 10101111 | 1111101 | 0 | 10000 | 101000 | 10010 | 100100 | 101111 | 1000001 |
Color Harmonies of #D0AF7D
Complementary color
Monochromatic Colors of #D0AF7D
Black with #D0AF7D
Text Example
Text Example
White with #D0AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF7D; }
p { color: rgb(208,175,125); }
H1.HeaderClassName
{
color: #D0AF7D;
}
.AnyTagClassName
{
color: #D0AF7D;
}
</style>
background-color css
<style>
a { background-color: #D0AF7D; }
a { background-color: rgb(208,175,125); }
div.DivClassName
{
background-color: #D0AF7D;
}
.BgClassName
{
background-color: #D0AF7D;
}
</style>
border-color css
<style>
span { border-color: #D0AF7D; }
span { border-color: rgb(208,175,125); }
td.TdClassName
{
border-color: #D0AF7D;
}
.TagClassName
{
border-color: #D0AF7D;
}
</style>