Shades of Cameo #D1A082
Tints of Cameo #D1A082
RGB
CMYK
RGB Variations
Color information
#D1A082 (or 0xD1A082) is known color: Cameo. HEX triplet: D1, A0 and 82. RGB value is (209,160,130). Sum of RGB (Red+Green+Blue) = 209+160+130=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A082 is #2E5F7D. Grayscale: #ABABAB. Windows color (decimal): -3039102 or 8560849. OLE color: 8560849.
HSL color Cylindrical-coordinate representation of color #D1A082: hue angle of 22.78º 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 #D1A082 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 130 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.18 |
| HSL | 22.78º | 0.46% | 0.66% | - |
| HSV(B) | 22.78º | 0.38% | 0.82% | - |
| XYZ | 42.89 | 40.31 | 26.64 | - |
| YUV | 171.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 130 | 0 | 0.23 | 0.38 | 0.18 | 22.78 | 0.46 | 0.66 |
| Hex | D1 | A0 | 82 | 0 | 17 | 26 | 12 | 17 | 2E | 42 |
| Octal | 321 | 240 | 202 | 0 | 27 | 46 | 22 | 27 | 56 | 102 |
| Binary | 11010001 | 10100000 | 10000010 | 0 | 10111 | 100110 | 10010 | 10111 | 101110 | 1000010 |
Color Harmonies of #D1A082
Complementary color
Monochromatic Colors of #D1A082
Black with #D1A082
Text Example
Text Example
White with #D1A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A082; }
p { color: rgb(209,160,130); }
H1.HeaderClassName
{
color: #D1A082;
}
.AnyTagClassName
{
color: #D1A082;
}
</style>
background-color css
<style>
a { background-color: #D1A082; }
a { background-color: rgb(209,160,130); }
div.DivClassName
{
background-color: #D1A082;
}
.BgClassName
{
background-color: #D1A082;
}
</style>
border-color css
<style>
span { border-color: #D1A082; }
span { border-color: rgb(209,160,130); }
td.TdClassName
{
border-color: #D1A082;
}
.TagClassName
{
border-color: #D1A082;
}
</style>