Shades of Cameo #D3AB8D
Tints of Cameo #D3AB8D
RGB
CMYK
RGB Variations
Color information
#D3AB8D (or 0xD3AB8D) is known color: Cameo. HEX triplet: D3, AB and 8D. RGB value is (211,171,141). Sum of RGB (Red+Green+Blue) = 211+171+141=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AB8D is #2C5472. Grayscale: #B3B3B3. Windows color (decimal): -2905203 or 9284563. OLE color: 9284563.
HSL color Cylindrical-coordinate representation of color #D3AB8D: hue angle of 25.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3AB8D is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 141 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.17 |
| HSL | 25.71º | 0.44% | 0.69% | - |
| HSV(B) | 25.71º | 0.33% | 0.83% | - |
| XYZ | 46.23 | 44.9 | 31.43 | - |
| YUV | 179.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 141 | 0 | 0.19 | 0.33 | 0.17 | 25.71 | 0.44 | 0.69 |
| Hex | D3 | AB | 8D | 0 | 13 | 21 | 11 | 1A | 2C | 45 |
| Octal | 323 | 253 | 215 | 0 | 23 | 41 | 21 | 32 | 54 | 105 |
| Binary | 11010011 | 10101011 | 10001101 | 0 | 10011 | 100001 | 10001 | 11010 | 101100 | 1000101 |
Color Harmonies of #D3AB8D
Complementary color
Monochromatic Colors of #D3AB8D
Black with #D3AB8D
Text Example
Text Example
White with #D3AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB8D; }
p { color: rgb(211,171,141); }
H1.HeaderClassName
{
color: #D3AB8D;
}
.AnyTagClassName
{
color: #D3AB8D;
}
</style>
background-color css
<style>
a { background-color: #D3AB8D; }
a { background-color: rgb(211,171,141); }
div.DivClassName
{
background-color: #D3AB8D;
}
.BgClassName
{
background-color: #D3AB8D;
}
</style>
border-color css
<style>
span { border-color: #D3AB8D; }
span { border-color: rgb(211,171,141); }
td.TdClassName
{
border-color: #D3AB8D;
}
.TagClassName
{
border-color: #D3AB8D;
}
</style>