Shades of Cameo #D3A488
Tints of Cameo #D3A488
RGB
CMYK
RGB Variations
Color information
#D3A488 (or 0xD3A488) is known color: Cameo. HEX triplet: D3, A4 and 88. RGB value is (211,164,136). Sum of RGB (Red+Green+Blue) = 211+164+136=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A488 is #2C5B77. Grayscale: #AFAFAF. Windows color (decimal): -2907000 or 8955091. OLE color: 8955091.
HSL color Cylindrical-coordinate representation of color #D3A488: hue angle of 22.4º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3A488 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 164 | 136 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.17 |
| HSL | 22.4º | 0.46% | 0.68% | - |
| HSV(B) | 22.4º | 0.36% | 0.83% | - |
| XYZ | 44.58 | 42.18 | 29.08 | - |
| YUV | 174.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 164 | 136 | 0 | 0.22 | 0.36 | 0.17 | 22.4 | 0.46 | 0.68 |
| Hex | D3 | A4 | 88 | 0 | 16 | 24 | 11 | 16 | 2E | 44 |
| Octal | 323 | 244 | 210 | 0 | 26 | 44 | 21 | 26 | 56 | 104 |
| Binary | 11010011 | 10100100 | 10001000 | 0 | 10110 | 100100 | 10001 | 10110 | 101110 | 1000100 |
Color Harmonies of #D3A488
Complementary color
Monochromatic Colors of #D3A488
Black with #D3A488
Text Example
Text Example
White with #D3A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A488; }
p { color: rgb(211,164,136); }
H1.HeaderClassName
{
color: #D3A488;
}
.AnyTagClassName
{
color: #D3A488;
}
</style>
background-color css
<style>
a { background-color: #D3A488; }
a { background-color: rgb(211,164,136); }
div.DivClassName
{
background-color: #D3A488;
}
.BgClassName
{
background-color: #D3A488;
}
</style>
border-color css
<style>
span { border-color: #D3A488; }
span { border-color: rgb(211,164,136); }
td.TdClassName
{
border-color: #D3A488;
}
.TagClassName
{
border-color: #D3A488;
}
</style>