Shades of Cameo #D5A57C
Tints of Cameo #D5A57C
RGB
CMYK
RGB Variations
Color information
#D5A57C (or 0xD5A57C) is known color: Cameo. HEX triplet: D5, A5 and 7C. RGB value is (213,165,124). Sum of RGB (Red+Green+Blue) = 213+165+124=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A57C is #2A5A83. Grayscale: #AEAEAE. Windows color (decimal): -2775684 or 8168917. OLE color: 8168917.
HSL color Cylindrical-coordinate representation of color #D5A57C: hue angle of 27.64º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5A57C is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 124 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.16 |
| HSL | 27.64º | 0.51% | 0.66% | - |
| HSV(B) | 27.64º | 0.42% | 0.84% | - |
| XYZ | 44.53 | 42.51 | 24.93 | - |
| YUV | 174.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 124 | 0 | 0.23 | 0.42 | 0.16 | 27.64 | 0.51 | 0.66 |
| Hex | D5 | A5 | 7C | 0 | 17 | 2A | 10 | 1C | 33 | 42 |
| Octal | 325 | 245 | 174 | 0 | 27 | 52 | 20 | 34 | 63 | 102 |
| Binary | 11010101 | 10100101 | 1111100 | 0 | 10111 | 101010 | 10000 | 11100 | 110011 | 1000010 |
Color Harmonies of #D5A57C
Complementary color
Monochromatic Colors of #D5A57C
Black with #D5A57C
Text Example
Text Example
White with #D5A57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A57C; }
p { color: rgb(213,165,124); }
H1.HeaderClassName
{
color: #D5A57C;
}
.AnyTagClassName
{
color: #D5A57C;
}
</style>
background-color css
<style>
a { background-color: #D5A57C; }
a { background-color: rgb(213,165,124); }
div.DivClassName
{
background-color: #D5A57C;
}
.BgClassName
{
background-color: #D5A57C;
}
</style>
border-color css
<style>
span { border-color: #D5A57C; }
span { border-color: rgb(213,165,124); }
td.TdClassName
{
border-color: #D5A57C;
}
.TagClassName
{
border-color: #D5A57C;
}
</style>