Shades of Cameo #D1A88C
Tints of Cameo #D1A88C
RGB
CMYK
RGB Variations
Color information
#D1A88C (or 0xD1A88C) is known color: Cameo. HEX triplet: D1, A8 and 8C. RGB value is (209,168,140). Sum of RGB (Red+Green+Blue) = 209+168+140=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A88C is #2E5773. Grayscale: #B1B1B1. Windows color (decimal): -3037044 or 9218257. OLE color: 9218257.
HSL color Cylindrical-coordinate representation of color #D1A88C: hue angle of 24.35º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A88C is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 140 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.18 |
| HSL | 24.35º | 0.43% | 0.68% | - |
| HSV(B) | 24.35º | 0.33% | 0.82% | - |
| XYZ | 45.03 | 43.45 | 30.83 | - |
| YUV | 177.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 140 | 0 | 0.20 | 0.33 | 0.18 | 24.35 | 0.43 | 0.68 |
| Hex | D1 | A8 | 8C | 0 | 14 | 21 | 12 | 18 | 2B | 44 |
| Octal | 321 | 250 | 214 | 0 | 24 | 41 | 22 | 30 | 53 | 104 |
| Binary | 11010001 | 10101000 | 10001100 | 0 | 10100 | 100001 | 10010 | 11000 | 101011 | 1000100 |
Color Harmonies of #D1A88C
Complementary color
Monochromatic Colors of #D1A88C
Black with #D1A88C
Text Example
Text Example
White with #D1A88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A88C; }
p { color: rgb(209,168,140); }
H1.HeaderClassName
{
color: #D1A88C;
}
.AnyTagClassName
{
color: #D1A88C;
}
</style>
background-color css
<style>
a { background-color: #D1A88C; }
a { background-color: rgb(209,168,140); }
div.DivClassName
{
background-color: #D1A88C;
}
.BgClassName
{
background-color: #D1A88C;
}
</style>
border-color css
<style>
span { border-color: #D1A88C; }
span { border-color: rgb(209,168,140); }
td.TdClassName
{
border-color: #D1A88C;
}
.TagClassName
{
border-color: #D1A88C;
}
</style>