Shades of Calico #D9AF81
Tints of Calico #D9AF81
RGB
CMYK
RGB Variations
Color information
#D9AF81 (or 0xD9AF81) is known color: Calico. HEX triplet: D9, AF and 81. RGB value is (217,175,129). Sum of RGB (Red+Green+Blue) = 217+175+129=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF81 is #26507E. Grayscale: #B6B6B6. Windows color (decimal): -2510975 or 8499161. OLE color: 8499161.
HSL color Cylindrical-coordinate representation of color #D9AF81: hue angle of 31.36º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9AF81 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 129 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.15 |
| HSL | 31.36º | 0.54% | 0.68% | - |
| HSV(B) | 31.36º | 0.41% | 0.85% | - |
| XYZ | 47.91 | 47 | 27.32 | - |
| YUV | 182.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 129 | 0 | 0.19 | 0.41 | 0.15 | 31.36 | 0.54 | 0.68 |
| Hex | D9 | AF | 81 | 0 | 13 | 29 | F | 1F | 36 | 44 |
| Octal | 331 | 257 | 201 | 0 | 23 | 51 | 17 | 37 | 66 | 104 |
| Binary | 11011001 | 10101111 | 10000001 | 0 | 10011 | 101001 | 1111 | 11111 | 110110 | 1000100 |
Color Harmonies of #D9AF81
Complementary color
Monochromatic Colors of #D9AF81
Black with #D9AF81
Text Example
Text Example
White with #D9AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF81; }
p { color: rgb(217,175,129); }
H1.HeaderClassName
{
color: #D9AF81;
}
.AnyTagClassName
{
color: #D9AF81;
}
</style>
background-color css
<style>
a { background-color: #D9AF81; }
a { background-color: rgb(217,175,129); }
div.DivClassName
{
background-color: #D9AF81;
}
.BgClassName
{
background-color: #D9AF81;
}
</style>
border-color css
<style>
span { border-color: #D9AF81; }
span { border-color: rgb(217,175,129); }
td.TdClassName
{
border-color: #D9AF81;
}
.TagClassName
{
border-color: #D9AF81;
}
</style>