Shades of Cameo #D2A57C
Tints of Cameo #D2A57C
RGB
CMYK
RGB Variations
Color information
#D2A57C (or 0xD2A57C) is known color: Cameo. HEX triplet: D2, A5 and 7C. RGB value is (210,165,124). Sum of RGB (Red+Green+Blue) = 210+165+124=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A57C is #2D5A83. Grayscale: #ADADAD. Windows color (decimal): -2972292 or 8168914. OLE color: 8168914.
HSL color Cylindrical-coordinate representation of color #D2A57C: hue angle of 28.6º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2A57C is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 124 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.18 |
| HSL | 28.6º | 0.49% | 0.65% | - |
| HSV(B) | 28.6º | 0.41% | 0.82% | - |
| XYZ | 43.67 | 42.07 | 24.89 | - |
| YUV | 173.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 124 | 0 | 0.21 | 0.41 | 0.18 | 28.6 | 0.49 | 0.65 |
| Hex | D2 | A5 | 7C | 0 | 15 | 29 | 12 | 1D | 31 | 41 |
| Octal | 322 | 245 | 174 | 0 | 25 | 51 | 22 | 35 | 61 | 101 |
| Binary | 11010010 | 10100101 | 1111100 | 0 | 10101 | 101001 | 10010 | 11101 | 110001 | 1000001 |
Color Harmonies of #D2A57C
Complementary color
Monochromatic Colors of #D2A57C
Black with #D2A57C
Text Example
Text Example
White with #D2A57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A57C; }
p { color: rgb(210,165,124); }
H1.HeaderClassName
{
color: #D2A57C;
}
.AnyTagClassName
{
color: #D2A57C;
}
</style>
background-color css
<style>
a { background-color: #D2A57C; }
a { background-color: rgb(210,165,124); }
div.DivClassName
{
background-color: #D2A57C;
}
.BgClassName
{
background-color: #D2A57C;
}
</style>
border-color css
<style>
span { border-color: #D2A57C; }
span { border-color: rgb(210,165,124); }
td.TdClassName
{
border-color: #D2A57C;
}
.TagClassName
{
border-color: #D2A57C;
}
</style>