Shades of Cameo #D2A881
Tints of Cameo #D2A881
RGB
CMYK
RGB Variations
Color information
#D2A881 (or 0xD2A881) is known color: Cameo. HEX triplet: D2, A8 and 81. RGB value is (210,168,129). Sum of RGB (Red+Green+Blue) = 210+168+129=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A881 is #2D577E. Grayscale: #B0B0B0. Windows color (decimal): -2971519 or 8497362. OLE color: 8497362.
HSL color Cylindrical-coordinate representation of color #D2A881: hue angle of 28.89º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2A881 is Cyan = 0, Magento = 0.2, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 129 | - |
| CMYK | 0 | 0.2 | 0.39 | 0.18 |
| HSL | 28.89º | 0.47% | 0.66% | - |
| HSV(B) | 28.89º | 0.39% | 0.82% | - |
| XYZ | 44.54 | 43.29 | 26.78 | - |
| YUV | 176.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 129 | 0 | 0.2 | 0.39 | 0.18 | 28.89 | 0.47 | 0.66 |
| Hex | D2 | A8 | 81 | 0 | 14 | 27 | 12 | 1D | 2F | 42 |
| Octal | 322 | 250 | 201 | 0 | 24 | 47 | 22 | 35 | 57 | 102 |
| Binary | 11010010 | 10101000 | 10000001 | 0 | 10100 | 100111 | 10010 | 11101 | 101111 | 1000010 |
Color Harmonies of #D2A881
Complementary color
Monochromatic Colors of #D2A881
Black with #D2A881
Text Example
Text Example
White with #D2A881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A881; }
p { color: rgb(210,168,129); }
H1.HeaderClassName
{
color: #D2A881;
}
.AnyTagClassName
{
color: #D2A881;
}
</style>
background-color css
<style>
a { background-color: #D2A881; }
a { background-color: rgb(210,168,129); }
div.DivClassName
{
background-color: #D2A881;
}
.BgClassName
{
background-color: #D2A881;
}
</style>
border-color css
<style>
span { border-color: #D2A881; }
span { border-color: rgb(210,168,129); }
td.TdClassName
{
border-color: #D2A881;
}
.TagClassName
{
border-color: #D2A881;
}
</style>