Shades of Cameo #D3A889
Tints of Cameo #D3A889
RGB
CMYK
RGB Variations
Color information
#D3A889 (or 0xD3A889) is known color: Cameo. HEX triplet: D3, A8 and 89. RGB value is (211,168,137). Sum of RGB (Red+Green+Blue) = 211+168+137=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A889 is #2C5776. Grayscale: #B1B1B1. Windows color (decimal): -2905975 or 9021651. OLE color: 9021651.
HSL color Cylindrical-coordinate representation of color #D3A889: hue angle of 25.14º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3A889 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 168 | 137 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.17 |
| HSL | 25.14º | 0.46% | 0.68% | - |
| HSV(B) | 25.14º | 0.35% | 0.83% | - |
| XYZ | 45.38 | 43.66 | 29.7 | - |
| YUV | 177.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 137 | 0 | 0.20 | 0.35 | 0.17 | 25.14 | 0.46 | 0.68 |
| Hex | D3 | A8 | 89 | 0 | 14 | 23 | 11 | 19 | 2E | 44 |
| Octal | 323 | 250 | 211 | 0 | 24 | 43 | 21 | 31 | 56 | 104 |
| Binary | 11010011 | 10101000 | 10001001 | 0 | 10100 | 100011 | 10001 | 11001 | 101110 | 1000100 |
Color Harmonies of #D3A889
Complementary color
Monochromatic Colors of #D3A889
Black with #D3A889
Text Example
Text Example
White with #D3A889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A889; }
p { color: rgb(211,168,137); }
H1.HeaderClassName
{
color: #D3A889;
}
.AnyTagClassName
{
color: #D3A889;
}
</style>
background-color css
<style>
a { background-color: #D3A889; }
a { background-color: rgb(211,168,137); }
div.DivClassName
{
background-color: #D3A889;
}
.BgClassName
{
background-color: #D3A889;
}
</style>
border-color css
<style>
span { border-color: #D3A889; }
span { border-color: rgb(211,168,137); }
td.TdClassName
{
border-color: #D3A889;
}
.TagClassName
{
border-color: #D3A889;
}
</style>