Shades of Calico #D5AF7B
Tints of Calico #D5AF7B
RGB
CMYK
RGB Variations
Color information
#D5AF7B (or 0xD5AF7B) is known color: Calico. HEX triplet: D5, AF and 7B. RGB value is (213,175,123). Sum of RGB (Red+Green+Blue) = 213+175+123=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF7B is #2A5084. Grayscale: #B4B4B4. Windows color (decimal): -2773125 or 8105941. OLE color: 8105941.
HSL color Cylindrical-coordinate representation of color #D5AF7B: hue angle of 34.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5AF7B is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 123 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.16 |
| HSL | 34.67º | 0.52% | 0.66% | - |
| HSV(B) | 34.67º | 0.42% | 0.84% | - |
| XYZ | 46.35 | 46.24 | 25.22 | - |
| YUV | 180.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 123 | 0 | 0.18 | 0.42 | 0.16 | 34.67 | 0.52 | 0.66 |
| Hex | D5 | AF | 7B | 0 | 12 | 2A | 10 | 23 | 34 | 42 |
| Octal | 325 | 257 | 173 | 0 | 22 | 52 | 20 | 43 | 64 | 102 |
| Binary | 11010101 | 10101111 | 1111011 | 0 | 10010 | 101010 | 10000 | 100011 | 110100 | 1000010 |
Color Harmonies of #D5AF7B
Complementary color
Monochromatic Colors of #D5AF7B
Black with #D5AF7B
Text Example
Text Example
White with #D5AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF7B; }
p { color: rgb(213,175,123); }
H1.HeaderClassName
{
color: #D5AF7B;
}
.AnyTagClassName
{
color: #D5AF7B;
}
</style>
background-color css
<style>
a { background-color: #D5AF7B; }
a { background-color: rgb(213,175,123); }
div.DivClassName
{
background-color: #D5AF7B;
}
.BgClassName
{
background-color: #D5AF7B;
}
</style>
border-color css
<style>
span { border-color: #D5AF7B; }
span { border-color: rgb(213,175,123); }
td.TdClassName
{
border-color: #D5AF7B;
}
.TagClassName
{
border-color: #D5AF7B;
}
</style>