Shades of Cameo #D0A488
Tints of Cameo #D0A488
RGB
CMYK
RGB Variations
Color information
#D0A488 (or 0xD0A488) is known color: Cameo. HEX triplet: D0, A4 and 88. RGB value is (208,164,136). Sum of RGB (Red+Green+Blue) = 208+164+136=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A488 is #2F5B77. Grayscale: #AEAEAE. Windows color (decimal): -3103608 or 8955088. OLE color: 8955088.
HSL color Cylindrical-coordinate representation of color #D0A488: hue angle of 23.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0A488 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 136 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.18 |
| HSL | 23.33º | 0.43% | 0.67% | - |
| HSV(B) | 23.33º | 0.35% | 0.82% | - |
| XYZ | 43.73 | 41.74 | 29.04 | - |
| YUV | 173.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 136 | 0 | 0.21 | 0.35 | 0.18 | 23.33 | 0.43 | 0.67 |
| Hex | D0 | A4 | 88 | 0 | 15 | 23 | 12 | 17 | 2B | 43 |
| Octal | 320 | 244 | 210 | 0 | 25 | 43 | 22 | 27 | 53 | 103 |
| Binary | 11010000 | 10100100 | 10001000 | 0 | 10101 | 100011 | 10010 | 10111 | 101011 | 1000011 |
Color Harmonies of #D0A488
Complementary color
Monochromatic Colors of #D0A488
Black with #D0A488
Text Example
Text Example
White with #D0A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A488; }
p { color: rgb(208,164,136); }
H1.HeaderClassName
{
color: #D0A488;
}
.AnyTagClassName
{
color: #D0A488;
}
</style>
background-color css
<style>
a { background-color: #D0A488; }
a { background-color: rgb(208,164,136); }
div.DivClassName
{
background-color: #D0A488;
}
.BgClassName
{
background-color: #D0A488;
}
</style>
border-color css
<style>
span { border-color: #D0A488; }
span { border-color: rgb(208,164,136); }
td.TdClassName
{
border-color: #D0A488;
}
.TagClassName
{
border-color: #D0A488;
}
</style>