Shades of Cameo #D1A882
Tints of Cameo #D1A882
RGB
CMYK
RGB Variations
Color information
#D1A882 (or 0xD1A882) is known color: Cameo. HEX triplet: D1, A8 and 82. RGB value is (209,168,130). Sum of RGB (Red+Green+Blue) = 209+168+130=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A882 is #2E577D. Grayscale: #B0B0B0. Windows color (decimal): -3037054 or 8562897. OLE color: 8562897.
HSL color Cylindrical-coordinate representation of color #D1A882: hue angle of 28.86º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1A882 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 130 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.18 |
| HSL | 28.86º | 0.46% | 0.66% | - |
| HSV(B) | 28.86º | 0.38% | 0.82% | - |
| XYZ | 44.33 | 43.17 | 27.12 | - |
| YUV | 175.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 130 | 0 | 0.20 | 0.38 | 0.18 | 28.86 | 0.46 | 0.66 |
| Hex | D1 | A8 | 82 | 0 | 14 | 26 | 12 | 1D | 2E | 42 |
| Octal | 321 | 250 | 202 | 0 | 24 | 46 | 22 | 35 | 56 | 102 |
| Binary | 11010001 | 10101000 | 10000010 | 0 | 10100 | 100110 | 10010 | 11101 | 101110 | 1000010 |
Color Harmonies of #D1A882
Complementary color
Monochromatic Colors of #D1A882
Black with #D1A882
Text Example
Text Example
White with #D1A882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A882; }
p { color: rgb(209,168,130); }
H1.HeaderClassName
{
color: #D1A882;
}
.AnyTagClassName
{
color: #D1A882;
}
</style>
background-color css
<style>
a { background-color: #D1A882; }
a { background-color: rgb(209,168,130); }
div.DivClassName
{
background-color: #D1A882;
}
.BgClassName
{
background-color: #D1A882;
}
</style>
border-color css
<style>
span { border-color: #D1A882; }
span { border-color: rgb(209,168,130); }
td.TdClassName
{
border-color: #D1A882;
}
.TagClassName
{
border-color: #D1A882;
}
</style>