Shades of Cameo #D3A981
Tints of Cameo #D3A981
RGB
CMYK
RGB Variations
Color information
#D3A981 (or 0xD3A981) is known color: Cameo. HEX triplet: D3, A9 and 81. RGB value is (211,169,129). Sum of RGB (Red+Green+Blue) = 211+169+129=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A981 is #2C567E. Grayscale: #B1B1B1. Windows color (decimal): -2905727 or 8497619. OLE color: 8497619.
HSL color Cylindrical-coordinate representation of color #D3A981: hue angle of 29.27º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3A981 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 169 | 129 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.17 |
| HSL | 29.27º | 0.48% | 0.67% | - |
| HSV(B) | 29.27º | 0.39% | 0.83% | - |
| XYZ | 45.01 | 43.81 | 26.85 | - |
| YUV | 177 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 129 | 0 | 0.20 | 0.39 | 0.17 | 29.27 | 0.48 | 0.67 |
| Hex | D3 | A9 | 81 | 0 | 14 | 27 | 11 | 1D | 30 | 43 |
| Octal | 323 | 251 | 201 | 0 | 24 | 47 | 21 | 35 | 60 | 103 |
| Binary | 11010011 | 10101001 | 10000001 | 0 | 10100 | 100111 | 10001 | 11101 | 110000 | 1000011 |
Color Harmonies of #D3A981
Complementary color
Monochromatic Colors of #D3A981
Black with #D3A981
Text Example
Text Example
White with #D3A981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A981; }
p { color: rgb(211,169,129); }
H1.HeaderClassName
{
color: #D3A981;
}
.AnyTagClassName
{
color: #D3A981;
}
</style>
background-color css
<style>
a { background-color: #D3A981; }
a { background-color: rgb(211,169,129); }
div.DivClassName
{
background-color: #D3A981;
}
.BgClassName
{
background-color: #D3A981;
}
</style>
border-color css
<style>
span { border-color: #D3A981; }
span { border-color: rgb(211,169,129); }
td.TdClassName
{
border-color: #D3A981;
}
.TagClassName
{
border-color: #D3A981;
}
</style>