Shades of Cameo #D2AB8B
Tints of Cameo #D2AB8B
RGB
CMYK
RGB Variations
Color information
#D2AB8B (or 0xD2AB8B) is known color: Cameo. HEX triplet: D2, AB and 8B. RGB value is (210,171,139). Sum of RGB (Red+Green+Blue) = 210+171+139=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB8B is #2D5474. Grayscale: #B3B3B3. Windows color (decimal): -2970741 or 9153490. OLE color: 9153490.
HSL color Cylindrical-coordinate representation of color #D2AB8B: hue angle of 27.04º 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 #D2AB8B is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 139 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.18 |
| HSL | 27.04º | 0.44% | 0.68% | - |
| HSV(B) | 27.04º | 0.34% | 0.82% | - |
| XYZ | 45.8 | 44.69 | 30.64 | - |
| YUV | 179.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 139 | 0 | 0.19 | 0.34 | 0.18 | 27.04 | 0.44 | 0.68 |
| Hex | D2 | AB | 8B | 0 | 13 | 22 | 12 | 1B | 2C | 44 |
| Octal | 322 | 253 | 213 | 0 | 23 | 42 | 22 | 33 | 54 | 104 |
| Binary | 11010010 | 10101011 | 10001011 | 0 | 10011 | 100010 | 10010 | 11011 | 101100 | 1000100 |
Color Harmonies of #D2AB8B
Complementary color
Monochromatic Colors of #D2AB8B
Black with #D2AB8B
Text Example
Text Example
White with #D2AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB8B; }
p { color: rgb(210,171,139); }
H1.HeaderClassName
{
color: #D2AB8B;
}
.AnyTagClassName
{
color: #D2AB8B;
}
</style>
background-color css
<style>
a { background-color: #D2AB8B; }
a { background-color: rgb(210,171,139); }
div.DivClassName
{
background-color: #D2AB8B;
}
.BgClassName
{
background-color: #D2AB8B;
}
</style>
border-color css
<style>
span { border-color: #D2AB8B; }
span { border-color: rgb(210,171,139); }
td.TdClassName
{
border-color: #D2AB8B;
}
.TagClassName
{
border-color: #D2AB8B;
}
</style>