Shades of Cameo #D2A183
Tints of Cameo #D2A183
RGB
CMYK
RGB Variations
Color information
#D2A183 (or 0xD2A183) is known color: Cameo. HEX triplet: D2, A1 and 83. RGB value is (210,161,131). Sum of RGB (Red+Green+Blue) = 210+161+131=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A183 is #2D5E7C. Grayscale: #ACACAC. Windows color (decimal): -2973309 or 8626642. OLE color: 8626642.
HSL color Cylindrical-coordinate representation of color #D2A183: hue angle of 22.78º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2A183 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 131 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.18 |
| HSL | 22.78º | 0.47% | 0.67% | - |
| HSV(B) | 22.78º | 0.38% | 0.82% | - |
| XYZ | 43.42 | 40.83 | 27.07 | - |
| YUV | 172.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 131 | 0 | 0.23 | 0.38 | 0.18 | 22.78 | 0.47 | 0.67 |
| Hex | D2 | A1 | 83 | 0 | 17 | 26 | 12 | 17 | 2F | 43 |
| Octal | 322 | 241 | 203 | 0 | 27 | 46 | 22 | 27 | 57 | 103 |
| Binary | 11010010 | 10100001 | 10000011 | 0 | 10111 | 100110 | 10010 | 10111 | 101111 | 1000011 |
Color Harmonies of #D2A183
Complementary color
Monochromatic Colors of #D2A183
Black with #D2A183
Text Example
Text Example
White with #D2A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A183; }
p { color: rgb(210,161,131); }
H1.HeaderClassName
{
color: #D2A183;
}
.AnyTagClassName
{
color: #D2A183;
}
</style>
background-color css
<style>
a { background-color: #D2A183; }
a { background-color: rgb(210,161,131); }
div.DivClassName
{
background-color: #D2A183;
}
.BgClassName
{
background-color: #D2A183;
}
</style>
border-color css
<style>
span { border-color: #D2A183; }
span { border-color: rgb(210,161,131); }
td.TdClassName
{
border-color: #D2A183;
}
.TagClassName
{
border-color: #D2A183;
}
</style>