Shades of Cameo #D1A68B
Tints of Cameo #D1A68B
RGB
CMYK
RGB Variations
Color information
#D1A68B (or 0xD1A68B) is known color: Cameo. HEX triplet: D1, A6 and 8B. RGB value is (209,166,139). Sum of RGB (Red+Green+Blue) = 209+166+139=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A68B is #2E5974. Grayscale: #AFAFAF. Windows color (decimal): -3037557 or 9152209. OLE color: 9152209.
HSL color Cylindrical-coordinate representation of color #D1A68B: hue angle of 23.14º 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 #D1A68B is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 139 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.18 |
| HSL | 23.14º | 0.43% | 0.68% | - |
| HSV(B) | 23.14º | 0.33% | 0.82% | - |
| XYZ | 44.59 | 42.69 | 30.32 | - |
| YUV | 175.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 139 | 0 | 0.21 | 0.33 | 0.18 | 23.14 | 0.43 | 0.68 |
| Hex | D1 | A6 | 8B | 0 | 15 | 21 | 12 | 17 | 2B | 44 |
| Octal | 321 | 246 | 213 | 0 | 25 | 41 | 22 | 27 | 53 | 104 |
| Binary | 11010001 | 10100110 | 10001011 | 0 | 10101 | 100001 | 10010 | 10111 | 101011 | 1000100 |
Color Harmonies of #D1A68B
Complementary color
Monochromatic Colors of #D1A68B
Black with #D1A68B
Text Example
Text Example
White with #D1A68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A68B; }
p { color: rgb(209,166,139); }
H1.HeaderClassName
{
color: #D1A68B;
}
.AnyTagClassName
{
color: #D1A68B;
}
</style>
background-color css
<style>
a { background-color: #D1A68B; }
a { background-color: rgb(209,166,139); }
div.DivClassName
{
background-color: #D1A68B;
}
.BgClassName
{
background-color: #D1A68B;
}
</style>
border-color css
<style>
span { border-color: #D1A68B; }
span { border-color: rgb(209,166,139); }
td.TdClassName
{
border-color: #D1A68B;
}
.TagClassName
{
border-color: #D1A68B;
}
</style>