Shades of Cameo #D3A289
Tints of Cameo #D3A289
RGB
CMYK
RGB Variations
Color information
#D3A289 (or 0xD3A289) is known color: Cameo. HEX triplet: D3, A2 and 89. RGB value is (211,162,137). Sum of RGB (Red+Green+Blue) = 211+162+137=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A289 is #2C5D76. Grayscale: #ADADAD. Windows color (decimal): -2907511 or 9020115. OLE color: 9020115.
HSL color Cylindrical-coordinate representation of color #D3A289: hue angle of 20.27º 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 #D3A289 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 137 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.17 |
| HSL | 20.27º | 0.46% | 0.68% | - |
| HSV(B) | 20.27º | 0.35% | 0.83% | - |
| XYZ | 44.3 | 41.5 | 29.34 | - |
| YUV | 173.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 137 | 0 | 0.23 | 0.35 | 0.17 | 20.27 | 0.46 | 0.68 |
| Hex | D3 | A2 | 89 | 0 | 17 | 23 | 11 | 14 | 2E | 44 |
| Octal | 323 | 242 | 211 | 0 | 27 | 43 | 21 | 24 | 56 | 104 |
| Binary | 11010011 | 10100010 | 10001001 | 0 | 10111 | 100011 | 10001 | 10100 | 101110 | 1000100 |
Color Harmonies of #D3A289
Complementary color
Monochromatic Colors of #D3A289
Black with #D3A289
Text Example
Text Example
White with #D3A289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A289; }
p { color: rgb(211,162,137); }
H1.HeaderClassName
{
color: #D3A289;
}
.AnyTagClassName
{
color: #D3A289;
}
</style>
background-color css
<style>
a { background-color: #D3A289; }
a { background-color: rgb(211,162,137); }
div.DivClassName
{
background-color: #D3A289;
}
.BgClassName
{
background-color: #D3A289;
}
</style>
border-color css
<style>
span { border-color: #D3A289; }
span { border-color: rgb(211,162,137); }
td.TdClassName
{
border-color: #D3A289;
}
.TagClassName
{
border-color: #D3A289;
}
</style>