Shades of Cameo #D3A881
Tints of Cameo #D3A881
RGB
CMYK
RGB Variations
Color information
#D3A881 (or 0xD3A881) is known color: Cameo. HEX triplet: D3, A8 and 81. RGB value is (211,168,129). Sum of RGB (Red+Green+Blue) = 211+168+129=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A881 is #2C577E. Grayscale: #B0B0B0. Windows color (decimal): -2905983 or 8497363. OLE color: 8497363.
HSL color Cylindrical-coordinate representation of color #D3A881: hue angle of 28.54º 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 #D3A881 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 168 | 129 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.17 |
| HSL | 28.54º | 0.48% | 0.67% | - |
| HSV(B) | 28.54º | 0.39% | 0.83% | - |
| XYZ | 44.83 | 43.44 | 26.79 | - |
| YUV | 176.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 129 | 0 | 0.20 | 0.39 | 0.17 | 28.54 | 0.48 | 0.67 |
| Hex | D3 | A8 | 81 | 0 | 14 | 27 | 11 | 1D | 30 | 43 |
| Octal | 323 | 250 | 201 | 0 | 24 | 47 | 21 | 35 | 60 | 103 |
| Binary | 11010011 | 10101000 | 10000001 | 0 | 10100 | 100111 | 10001 | 11101 | 110000 | 1000011 |
Color Harmonies of #D3A881
Complementary color
Monochromatic Colors of #D3A881
Black with #D3A881
Text Example
Text Example
White with #D3A881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A881; }
p { color: rgb(211,168,129); }
H1.HeaderClassName
{
color: #D3A881;
}
.AnyTagClassName
{
color: #D3A881;
}
</style>
background-color css
<style>
a { background-color: #D3A881; }
a { background-color: rgb(211,168,129); }
div.DivClassName
{
background-color: #D3A881;
}
.BgClassName
{
background-color: #D3A881;
}
</style>
border-color css
<style>
span { border-color: #D3A881; }
span { border-color: rgb(211,168,129); }
td.TdClassName
{
border-color: #D3A881;
}
.TagClassName
{
border-color: #D3A881;
}
</style>