Shades of Cameo #D5A57F
Tints of Cameo #D5A57F
RGB
CMYK
RGB Variations
Color information
#D5A57F (or 0xD5A57F) is known color: Cameo. HEX triplet: D5, A5 and 7F. RGB value is (213,165,127). Sum of RGB (Red+Green+Blue) = 213+165+127=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A57F is #2A5A80. Grayscale: #AFAFAF. Windows color (decimal): -2775681 or 8365525. OLE color: 8365525.
HSL color Cylindrical-coordinate representation of color #D5A57F: hue angle of 26.51º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5A57F is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 127 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.16 |
| HSL | 26.51º | 0.51% | 0.67% | - |
| HSV(B) | 26.51º | 0.4% | 0.84% | - |
| XYZ | 44.73 | 42.59 | 25.94 | - |
| YUV | 175.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 127 | 0 | 0.23 | 0.40 | 0.16 | 26.51 | 0.51 | 0.67 |
| Hex | D5 | A5 | 7F | 0 | 17 | 28 | 10 | 1B | 33 | 43 |
| Octal | 325 | 245 | 177 | 0 | 27 | 50 | 20 | 33 | 63 | 103 |
| Binary | 11010101 | 10100101 | 1111111 | 0 | 10111 | 101000 | 10000 | 11011 | 110011 | 1000011 |
Color Harmonies of #D5A57F
Complementary color
Monochromatic Colors of #D5A57F
Black with #D5A57F
Text Example
Text Example
White with #D5A57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A57F; }
p { color: rgb(213,165,127); }
H1.HeaderClassName
{
color: #D5A57F;
}
.AnyTagClassName
{
color: #D5A57F;
}
</style>
background-color css
<style>
a { background-color: #D5A57F; }
a { background-color: rgb(213,165,127); }
div.DivClassName
{
background-color: #D5A57F;
}
.BgClassName
{
background-color: #D5A57F;
}
</style>
border-color css
<style>
span { border-color: #D5A57F; }
span { border-color: rgb(213,165,127); }
td.TdClassName
{
border-color: #D5A57F;
}
.TagClassName
{
border-color: #D5A57F;
}
</style>