Shades of Cameo #D5A77A
Tints of Cameo #D5A77A
RGB
CMYK
RGB Variations
Color information
#D5A77A (or 0xD5A77A) is known color: Cameo. HEX triplet: D5, A7 and 7A. RGB value is (213,167,122). Sum of RGB (Red+Green+Blue) = 213+167+122=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A77A is #2A5885. Grayscale: #AFAFAF. Windows color (decimal): -2775174 or 8038357. OLE color: 8038357.
HSL color Cylindrical-coordinate representation of color #D5A77A: hue angle of 29.67º 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 #D5A77A is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 122 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.16 |
| HSL | 29.67º | 0.52% | 0.66% | - |
| HSV(B) | 29.67º | 0.43% | 0.84% | - |
| XYZ | 44.77 | 43.19 | 24.39 | - |
| YUV | 175.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 122 | 0 | 0.22 | 0.43 | 0.16 | 29.67 | 0.52 | 0.66 |
| Hex | D5 | A7 | 7A | 0 | 16 | 2B | 10 | 1E | 34 | 42 |
| Octal | 325 | 247 | 172 | 0 | 26 | 53 | 20 | 36 | 64 | 102 |
| Binary | 11010101 | 10100111 | 1111010 | 0 | 10110 | 101011 | 10000 | 11110 | 110100 | 1000010 |
Color Harmonies of #D5A77A
Complementary color
Monochromatic Colors of #D5A77A
Black with #D5A77A
Text Example
Text Example
White with #D5A77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A77A; }
p { color: rgb(213,167,122); }
H1.HeaderClassName
{
color: #D5A77A;
}
.AnyTagClassName
{
color: #D5A77A;
}
</style>
background-color css
<style>
a { background-color: #D5A77A; }
a { background-color: rgb(213,167,122); }
div.DivClassName
{
background-color: #D5A77A;
}
.BgClassName
{
background-color: #D5A77A;
}
</style>
border-color css
<style>
span { border-color: #D5A77A; }
span { border-color: rgb(213,167,122); }
td.TdClassName
{
border-color: #D5A77A;
}
.TagClassName
{
border-color: #D5A77A;
}
</style>