Shades of Cameo #D2A88F
Tints of Cameo #D2A88F
RGB
CMYK
RGB Variations
Color information
#D2A88F (or 0xD2A88F) is known color: Cameo. HEX triplet: D2, A8 and 8F. RGB value is (210,168,143). Sum of RGB (Red+Green+Blue) = 210+168+143=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A88F is #2D5770. Grayscale: #B1B1B1. Windows color (decimal): -2971505 or 9414866. OLE color: 9414866.
HSL color Cylindrical-coordinate representation of color #D2A88F: hue angle of 22.39º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2A88F is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 143 | - |
| CMYK | 0 | 0.2 | 0.32 | 0.18 |
| HSL | 22.39º | 0.43% | 0.69% | - |
| HSV(B) | 22.39º | 0.32% | 0.82% | - |
| XYZ | 45.54 | 43.69 | 32.02 | - |
| YUV | 177.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 143 | 0 | 0.2 | 0.32 | 0.18 | 22.39 | 0.43 | 0.69 |
| Hex | D2 | A8 | 8F | 0 | 14 | 20 | 12 | 16 | 2B | 45 |
| Octal | 322 | 250 | 217 | 0 | 24 | 40 | 22 | 26 | 53 | 105 |
| Binary | 11010010 | 10101000 | 10001111 | 0 | 10100 | 100000 | 10010 | 10110 | 101011 | 1000101 |
Color Harmonies of #D2A88F
Complementary color
Monochromatic Colors of #D2A88F
Black with #D2A88F
Text Example
Text Example
White with #D2A88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A88F; }
p { color: rgb(210,168,143); }
H1.HeaderClassName
{
color: #D2A88F;
}
.AnyTagClassName
{
color: #D2A88F;
}
</style>
background-color css
<style>
a { background-color: #D2A88F; }
a { background-color: rgb(210,168,143); }
div.DivClassName
{
background-color: #D2A88F;
}
.BgClassName
{
background-color: #D2A88F;
}
</style>
border-color css
<style>
span { border-color: #D2A88F; }
span { border-color: rgb(210,168,143); }
td.TdClassName
{
border-color: #D2A88F;
}
.TagClassName
{
border-color: #D2A88F;
}
</style>