Shades of Calico #D5AF8A
Tints of Calico #D5AF8A
RGB
CMYK
RGB Variations
Color information
#D5AF8A (or 0xD5AF8A) is known color: Calico. HEX triplet: D5, AF and 8A. RGB value is (213,175,138). Sum of RGB (Red+Green+Blue) = 213+175+138=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF8A is #2A5075. Grayscale: #B6B6B6. Windows color (decimal): -2773110 or 9088981. OLE color: 9088981.
HSL color Cylindrical-coordinate representation of color #D5AF8A: hue angle of 29.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5AF8A is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 138 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.16 |
| HSL | 29.6º | 0.47% | 0.69% | - |
| HSV(B) | 29.6º | 0.35% | 0.84% | - |
| XYZ | 47.36 | 46.64 | 30.55 | - |
| YUV | 182.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 138 | 0 | 0.18 | 0.35 | 0.16 | 29.6 | 0.47 | 0.69 |
| Hex | D5 | AF | 8A | 0 | 12 | 23 | 10 | 1E | 2F | 45 |
| Octal | 325 | 257 | 212 | 0 | 22 | 43 | 20 | 36 | 57 | 105 |
| Binary | 11010101 | 10101111 | 10001010 | 0 | 10010 | 100011 | 10000 | 11110 | 101111 | 1000101 |
Color Harmonies of #D5AF8A
Complementary color
Monochromatic Colors of #D5AF8A
Black with #D5AF8A
Text Example
Text Example
White with #D5AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF8A; }
p { color: rgb(213,175,138); }
H1.HeaderClassName
{
color: #D5AF8A;
}
.AnyTagClassName
{
color: #D5AF8A;
}
</style>
background-color css
<style>
a { background-color: #D5AF8A; }
a { background-color: rgb(213,175,138); }
div.DivClassName
{
background-color: #D5AF8A;
}
.BgClassName
{
background-color: #D5AF8A;
}
</style>
border-color css
<style>
span { border-color: #D5AF8A; }
span { border-color: rgb(213,175,138); }
td.TdClassName
{
border-color: #D5AF8A;
}
.TagClassName
{
border-color: #D5AF8A;
}
</style>