Shades of Cameo #D3A389
Tints of Cameo #D3A389
RGB
CMYK
RGB Variations
Color information
#D3A389 (or 0xD3A389) is known color: Cameo. HEX triplet: D3, A3 and 89. RGB value is (211,163,137). Sum of RGB (Red+Green+Blue) = 211+163+137=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A389 is #2C5C76. Grayscale: #AEAEAE. Windows color (decimal): -2907255 or 9020371. OLE color: 9020371.
HSL color Cylindrical-coordinate representation of color #D3A389: hue angle of 21.08º 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 #D3A389 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 163 | 137 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.17 |
| HSL | 21.08º | 0.46% | 0.68% | - |
| HSV(B) | 21.08º | 0.35% | 0.83% | - |
| XYZ | 44.48 | 41.85 | 29.4 | - |
| YUV | 174.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 163 | 137 | 0 | 0.23 | 0.35 | 0.17 | 21.08 | 0.46 | 0.68 |
| Hex | D3 | A3 | 89 | 0 | 17 | 23 | 11 | 15 | 2E | 44 |
| Octal | 323 | 243 | 211 | 0 | 27 | 43 | 21 | 25 | 56 | 104 |
| Binary | 11010011 | 10100011 | 10001001 | 0 | 10111 | 100011 | 10001 | 10101 | 101110 | 1000100 |
Color Harmonies of #D3A389
Complementary color
Monochromatic Colors of #D3A389
Black with #D3A389
Text Example
Text Example
White with #D3A389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A389; }
p { color: rgb(211,163,137); }
H1.HeaderClassName
{
color: #D3A389;
}
.AnyTagClassName
{
color: #D3A389;
}
</style>
background-color css
<style>
a { background-color: #D3A389; }
a { background-color: rgb(211,163,137); }
div.DivClassName
{
background-color: #D3A389;
}
.BgClassName
{
background-color: #D3A389;
}
</style>
border-color css
<style>
span { border-color: #D3A389; }
span { border-color: rgb(211,163,137); }
td.TdClassName
{
border-color: #D3A389;
}
.TagClassName
{
border-color: #D3A389;
}
</style>