Shades of Cameo #D2AB8C
Tints of Cameo #D2AB8C
RGB
CMYK
RGB Variations
Color information
#D2AB8C (or 0xD2AB8C) is known color: Cameo. HEX triplet: D2, AB and 8C. RGB value is (210,171,140). Sum of RGB (Red+Green+Blue) = 210+171+140=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB8C is #2D5473. Grayscale: #B3B3B3. Windows color (decimal): -2970740 or 9219026. OLE color: 9219026.
HSL color Cylindrical-coordinate representation of color #D2AB8C: hue angle of 26.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2AB8C is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 140 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.18 |
| HSL | 26.57º | 0.44% | 0.69% | - |
| HSV(B) | 26.57º | 0.33% | 0.82% | - |
| XYZ | 45.87 | 44.72 | 31.03 | - |
| YUV | 179.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 140 | 0 | 0.19 | 0.33 | 0.18 | 26.57 | 0.44 | 0.69 |
| Hex | D2 | AB | 8C | 0 | 13 | 21 | 12 | 1B | 2C | 45 |
| Octal | 322 | 253 | 214 | 0 | 23 | 41 | 22 | 33 | 54 | 105 |
| Binary | 11010010 | 10101011 | 10001100 | 0 | 10011 | 100001 | 10010 | 11011 | 101100 | 1000101 |
Color Harmonies of #D2AB8C
Complementary color
Monochromatic Colors of #D2AB8C
Black with #D2AB8C
Text Example
Text Example
White with #D2AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB8C; }
p { color: rgb(210,171,140); }
H1.HeaderClassName
{
color: #D2AB8C;
}
.AnyTagClassName
{
color: #D2AB8C;
}
</style>
background-color css
<style>
a { background-color: #D2AB8C; }
a { background-color: rgb(210,171,140); }
div.DivClassName
{
background-color: #D2AB8C;
}
.BgClassName
{
background-color: #D2AB8C;
}
</style>
border-color css
<style>
span { border-color: #D2AB8C; }
span { border-color: rgb(210,171,140); }
td.TdClassName
{
border-color: #D2AB8C;
}
.TagClassName
{
border-color: #D2AB8C;
}
</style>