Shades of Cameo #D5A47A
Tints of Cameo #D5A47A
RGB
CMYK
RGB Variations
Color information
#D5A47A (or 0xD5A47A) is known color: Cameo. HEX triplet: D5, A4 and 7A. RGB value is (213,164,122). Sum of RGB (Red+Green+Blue) = 213+164+122=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A47A is #2A5B85. Grayscale: #AEAEAE. Windows color (decimal): -2775942 or 8037589. OLE color: 8037589.
HSL color Cylindrical-coordinate representation of color #D5A47A: hue angle of 27.69º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5A47A is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 122 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.16 |
| HSL | 27.69º | 0.52% | 0.66% | - |
| HSV(B) | 27.69º | 0.43% | 0.84% | - |
| XYZ | 44.23 | 42.1 | 24.21 | - |
| YUV | 173.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 122 | 0 | 0.23 | 0.43 | 0.16 | 27.69 | 0.52 | 0.66 |
| Hex | D5 | A4 | 7A | 0 | 17 | 2B | 10 | 1C | 34 | 42 |
| Octal | 325 | 244 | 172 | 0 | 27 | 53 | 20 | 34 | 64 | 102 |
| Binary | 11010101 | 10100100 | 1111010 | 0 | 10111 | 101011 | 10000 | 11100 | 110100 | 1000010 |
Color Harmonies of #D5A47A
Complementary color
Monochromatic Colors of #D5A47A
Black with #D5A47A
Text Example
Text Example
White with #D5A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A47A; }
p { color: rgb(213,164,122); }
H1.HeaderClassName
{
color: #D5A47A;
}
.AnyTagClassName
{
color: #D5A47A;
}
</style>
background-color css
<style>
a { background-color: #D5A47A; }
a { background-color: rgb(213,164,122); }
div.DivClassName
{
background-color: #D5A47A;
}
.BgClassName
{
background-color: #D5A47A;
}
</style>
border-color css
<style>
span { border-color: #D5A47A; }
span { border-color: rgb(213,164,122); }
td.TdClassName
{
border-color: #D5A47A;
}
.TagClassName
{
border-color: #D5A47A;
}
</style>