Shades of Cameo #D2A98A
Tints of Cameo #D2A98A
RGB
CMYK
RGB Variations
Color information
#D2A98A (or 0xD2A98A) is known color: Cameo. HEX triplet: D2, A9 and 8A. RGB value is (210,169,138). Sum of RGB (Red+Green+Blue) = 210+169+138=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A98A is #2D5675. Grayscale: #B1B1B1. Windows color (decimal): -2971254 or 9087442. OLE color: 9087442.
HSL color Cylindrical-coordinate representation of color #D2A98A: hue angle of 25.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 #D2A98A is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 169 | 138 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.18 |
| HSL | 25.83º | 0.44% | 0.68% | - |
| HSV(B) | 25.83º | 0.34% | 0.82% | - |
| XYZ | 45.35 | 43.91 | 30.13 | - |
| YUV | 177.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 169 | 138 | 0 | 0.20 | 0.34 | 0.18 | 25.83 | 0.44 | 0.68 |
| Hex | D2 | A9 | 8A | 0 | 14 | 22 | 12 | 1A | 2C | 44 |
| Octal | 322 | 251 | 212 | 0 | 24 | 42 | 22 | 32 | 54 | 104 |
| Binary | 11010010 | 10101001 | 10001010 | 0 | 10100 | 100010 | 10010 | 11010 | 101100 | 1000100 |
Color Harmonies of #D2A98A
Complementary color
Monochromatic Colors of #D2A98A
Black with #D2A98A
Text Example
Text Example
White with #D2A98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A98A; }
p { color: rgb(210,169,138); }
H1.HeaderClassName
{
color: #D2A98A;
}
.AnyTagClassName
{
color: #D2A98A;
}
</style>
background-color css
<style>
a { background-color: #D2A98A; }
a { background-color: rgb(210,169,138); }
div.DivClassName
{
background-color: #D2A98A;
}
.BgClassName
{
background-color: #D2A98A;
}
</style>
border-color css
<style>
span { border-color: #D2A98A; }
span { border-color: rgb(210,169,138); }
td.TdClassName
{
border-color: #D2A98A;
}
.TagClassName
{
border-color: #D2A98A;
}
</style>