Shades of Cameo #D5A67E
Tints of Cameo #D5A67E
RGB
CMYK
RGB Variations
Color information
#D5A67E (or 0xD5A67E) is known color: Cameo. HEX triplet: D5, A6 and 7E. RGB value is (213,166,126). Sum of RGB (Red+Green+Blue) = 213+166+126=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A67E is #2A5981. Grayscale: #AFAFAF. Windows color (decimal): -2775426 or 8300245. OLE color: 8300245.
HSL color Cylindrical-coordinate representation of color #D5A67E: hue angle of 27.59º 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 #D5A67E is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 126 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.16 |
| HSL | 27.59º | 0.51% | 0.66% | - |
| HSV(B) | 27.59º | 0.41% | 0.84% | - |
| XYZ | 44.84 | 42.92 | 25.66 | - |
| YUV | 175.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 126 | 0 | 0.22 | 0.41 | 0.16 | 27.59 | 0.51 | 0.66 |
| Hex | D5 | A6 | 7E | 0 | 16 | 29 | 10 | 1C | 33 | 42 |
| Octal | 325 | 246 | 176 | 0 | 26 | 51 | 20 | 34 | 63 | 102 |
| Binary | 11010101 | 10100110 | 1111110 | 0 | 10110 | 101001 | 10000 | 11100 | 110011 | 1000010 |
Color Harmonies of #D5A67E
Complementary color
Monochromatic Colors of #D5A67E
Black with #D5A67E
Text Example
Text Example
White with #D5A67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A67E; }
p { color: rgb(213,166,126); }
H1.HeaderClassName
{
color: #D5A67E;
}
.AnyTagClassName
{
color: #D5A67E;
}
</style>
background-color css
<style>
a { background-color: #D5A67E; }
a { background-color: rgb(213,166,126); }
div.DivClassName
{
background-color: #D5A67E;
}
.BgClassName
{
background-color: #D5A67E;
}
</style>
border-color css
<style>
span { border-color: #D5A67E; }
span { border-color: rgb(213,166,126); }
td.TdClassName
{
border-color: #D5A67E;
}
.TagClassName
{
border-color: #D5A67E;
}
</style>