Shades of Cameo #D3A98B
Tints of Cameo #D3A98B
RGB
CMYK
RGB Variations
Color information
#D3A98B (or 0xD3A98B) is known color: Cameo. HEX triplet: D3, A9 and 8B. RGB value is (211,169,139). Sum of RGB (Red+Green+Blue) = 211+169+139=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A98B is #2C5674. Grayscale: #B2B2B2. Windows color (decimal): -2905717 or 9152979. OLE color: 9152979.
HSL color Cylindrical-coordinate representation of color #D3A98B: hue angle of 25º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3A98B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 169 | 139 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.17 |
| HSL | 25º | 0.45% | 0.69% | - |
| HSV(B) | 25º | 0.34% | 0.83% | - |
| XYZ | 45.71 | 44.09 | 30.53 | - |
| YUV | 178.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 139 | 0 | 0.20 | 0.34 | 0.17 | 25 | 0.45 | 0.69 |
| Hex | D3 | A9 | 8B | 0 | 14 | 22 | 11 | 19 | 2D | 45 |
| Octal | 323 | 251 | 213 | 0 | 24 | 42 | 21 | 31 | 55 | 105 |
| Binary | 11010011 | 10101001 | 10001011 | 0 | 10100 | 100010 | 10001 | 11001 | 101101 | 1000101 |
Color Harmonies of #D3A98B
Complementary color
Monochromatic Colors of #D3A98B
Black with #D3A98B
Text Example
Text Example
White with #D3A98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A98B; }
p { color: rgb(211,169,139); }
H1.HeaderClassName
{
color: #D3A98B;
}
.AnyTagClassName
{
color: #D3A98B;
}
</style>
background-color css
<style>
a { background-color: #D3A98B; }
a { background-color: rgb(211,169,139); }
div.DivClassName
{
background-color: #D3A98B;
}
.BgClassName
{
background-color: #D3A98B;
}
</style>
border-color css
<style>
span { border-color: #D3A98B; }
span { border-color: rgb(211,169,139); }
td.TdClassName
{
border-color: #D3A98B;
}
.TagClassName
{
border-color: #D3A98B;
}
</style>