Shades of Cameo #D5A77E
Tints of Cameo #D5A77E
RGB
CMYK
RGB Variations
Color information
#D5A77E (or 0xD5A77E) is known color: Cameo. HEX triplet: D5, A7 and 7E. RGB value is (213,167,126). Sum of RGB (Red+Green+Blue) = 213+167+126=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A77E is #2A5881. Grayscale: #B0B0B0. Windows color (decimal): -2775170 or 8300501. OLE color: 8300501.
HSL color Cylindrical-coordinate representation of color #D5A77E: hue angle of 28.28º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5A77E is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 126 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.16 |
| HSL | 28.28º | 0.51% | 0.66% | - |
| HSV(B) | 28.28º | 0.41% | 0.84% | - |
| XYZ | 45.03 | 43.29 | 25.72 | - |
| YUV | 176.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 126 | 0 | 0.22 | 0.41 | 0.16 | 28.28 | 0.51 | 0.66 |
| Hex | D5 | A7 | 7E | 0 | 16 | 29 | 10 | 1C | 33 | 42 |
| Octal | 325 | 247 | 176 | 0 | 26 | 51 | 20 | 34 | 63 | 102 |
| Binary | 11010101 | 10100111 | 1111110 | 0 | 10110 | 101001 | 10000 | 11100 | 110011 | 1000010 |
Color Harmonies of #D5A77E
Complementary color
Monochromatic Colors of #D5A77E
Black with #D5A77E
Text Example
Text Example
White with #D5A77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A77E; }
p { color: rgb(213,167,126); }
H1.HeaderClassName
{
color: #D5A77E;
}
.AnyTagClassName
{
color: #D5A77E;
}
</style>
background-color css
<style>
a { background-color: #D5A77E; }
a { background-color: rgb(213,167,126); }
div.DivClassName
{
background-color: #D5A77E;
}
.BgClassName
{
background-color: #D5A77E;
}
</style>
border-color css
<style>
span { border-color: #D5A77E; }
span { border-color: rgb(213,167,126); }
td.TdClassName
{
border-color: #D5A77E;
}
.TagClassName
{
border-color: #D5A77E;
}
</style>