Shades of Cameo #D2A38A
Tints of Cameo #D2A38A
RGB
CMYK
RGB Variations
Color information
#D2A38A (or 0xD2A38A) is known color: Cameo. HEX triplet: D2, A3 and 8A. RGB value is (210,163,138). Sum of RGB (Red+Green+Blue) = 210+163+138=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A38A is #2D5C75. Grayscale: #AEAEAE. Windows color (decimal): -2972790 or 9085906. OLE color: 9085906.
HSL color Cylindrical-coordinate representation of color #D2A38A: hue angle of 20.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2A38A is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 138 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.18 |
| HSL | 20.83º | 0.44% | 0.68% | - |
| HSV(B) | 20.83º | 0.34% | 0.82% | - |
| XYZ | 44.26 | 41.73 | 29.77 | - |
| YUV | 174.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 138 | 0 | 0.22 | 0.34 | 0.18 | 20.83 | 0.44 | 0.68 |
| Hex | D2 | A3 | 8A | 0 | 16 | 22 | 12 | 15 | 2C | 44 |
| Octal | 322 | 243 | 212 | 0 | 26 | 42 | 22 | 25 | 54 | 104 |
| Binary | 11010010 | 10100011 | 10001010 | 0 | 10110 | 100010 | 10010 | 10101 | 101100 | 1000100 |
Color Harmonies of #D2A38A
Complementary color
Monochromatic Colors of #D2A38A
Black with #D2A38A
Text Example
Text Example
White with #D2A38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A38A; }
p { color: rgb(210,163,138); }
H1.HeaderClassName
{
color: #D2A38A;
}
.AnyTagClassName
{
color: #D2A38A;
}
</style>
background-color css
<style>
a { background-color: #D2A38A; }
a { background-color: rgb(210,163,138); }
div.DivClassName
{
background-color: #D2A38A;
}
.BgClassName
{
background-color: #D2A38A;
}
</style>
border-color css
<style>
span { border-color: #D2A38A; }
span { border-color: rgb(210,163,138); }
td.TdClassName
{
border-color: #D2A38A;
}
.TagClassName
{
border-color: #D2A38A;
}
</style>