Shades of Cameo #D2A485
Tints of Cameo #D2A485
RGB
CMYK
RGB Variations
Color information
#D2A485 (or 0xD2A485) is known color: Cameo. HEX triplet: D2, A4 and 85. RGB value is (210,164,133). Sum of RGB (Red+Green+Blue) = 210+164+133=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A485 is #2D5B7A. Grayscale: #AEAEAE. Windows color (decimal): -2972539 or 8758482. OLE color: 8758482.
HSL color Cylindrical-coordinate representation of color #D2A485: hue angle of 24.16º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2A485 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 133 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.18 |
| HSL | 24.16º | 0.46% | 0.67% | - |
| HSV(B) | 24.16º | 0.37% | 0.82% | - |
| XYZ | 44.09 | 41.95 | 27.96 | - |
| YUV | 174.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 133 | 0 | 0.22 | 0.37 | 0.18 | 24.16 | 0.46 | 0.67 |
| Hex | D2 | A4 | 85 | 0 | 16 | 25 | 12 | 18 | 2E | 43 |
| Octal | 322 | 244 | 205 | 0 | 26 | 45 | 22 | 30 | 56 | 103 |
| Binary | 11010010 | 10100100 | 10000101 | 0 | 10110 | 100101 | 10010 | 11000 | 101110 | 1000011 |
Color Harmonies of #D2A485
Complementary color
Monochromatic Colors of #D2A485
Black with #D2A485
Text Example
Text Example
White with #D2A485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A485; }
p { color: rgb(210,164,133); }
H1.HeaderClassName
{
color: #D2A485;
}
.AnyTagClassName
{
color: #D2A485;
}
</style>
background-color css
<style>
a { background-color: #D2A485; }
a { background-color: rgb(210,164,133); }
div.DivClassName
{
background-color: #D2A485;
}
.BgClassName
{
background-color: #D2A485;
}
</style>
border-color css
<style>
span { border-color: #D2A485; }
span { border-color: rgb(210,164,133); }
td.TdClassName
{
border-color: #D2A485;
}
.TagClassName
{
border-color: #D2A485;
}
</style>