Shades of Cameo #D4A57A
Tints of Cameo #D4A57A
RGB
CMYK
RGB Variations
Color information
#D4A57A (or 0xD4A57A) is known color: Cameo. HEX triplet: D4, A5 and 7A. RGB value is (212,165,122). Sum of RGB (Red+Green+Blue) = 212+165+122=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A57A is #2B5A85. Grayscale: #AEAEAE. Windows color (decimal): -2841222 or 8037844. OLE color: 8037844.
HSL color Cylindrical-coordinate representation of color #D4A57A: hue angle of 28.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4A57A is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 122 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.17 |
| HSL | 28.67º | 0.51% | 0.65% | - |
| HSV(B) | 28.67º | 0.42% | 0.83% | - |
| XYZ | 44.12 | 42.31 | 24.25 | - |
| YUV | 174.15 | 98.57 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 122 | 0 | 0.22 | 0.42 | 0.17 | 28.67 | 0.51 | 0.65 |
| Hex | D4 | A5 | 7A | 0 | 16 | 2A | 11 | 1D | 33 | 41 |
| Octal | 324 | 245 | 172 | 0 | 26 | 52 | 21 | 35 | 63 | 101 |
| Binary | 11010100 | 10100101 | 1111010 | 0 | 10110 | 101010 | 10001 | 11101 | 110011 | 1000001 |
Color Harmonies of #D4A57A
Complementary color
Monochromatic Colors of #D4A57A
Black with #D4A57A
Text Example
Text Example
White with #D4A57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A57A; }
p { color: rgb(212,165,122); }
H1.HeaderClassName
{
color: #D4A57A;
}
.AnyTagClassName
{
color: #D4A57A;
}
</style>
background-color css
<style>
a { background-color: #D4A57A; }
a { background-color: rgb(212,165,122); }
div.DivClassName
{
background-color: #D4A57A;
}
.BgClassName
{
background-color: #D4A57A;
}
</style>
border-color css
<style>
span { border-color: #D4A57A; }
span { border-color: rgb(212,165,122); }
td.TdClassName
{
border-color: #D4A57A;
}
.TagClassName
{
border-color: #D4A57A;
}
</style>