Shades of Cameo #D4A37A
Tints of Cameo #D4A37A
RGB
CMYK
RGB Variations
Color information
#D4A37A (or 0xD4A37A) is known color: Cameo. HEX triplet: D4, A3 and 7A. RGB value is (212,163,122). Sum of RGB (Red+Green+Blue) = 212+163+122=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A37A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A37A is #2B5C85. Grayscale: #ADADAD. Windows color (decimal): -2841734 or 8037332. OLE color: 8037332.
HSL color Cylindrical-coordinate representation of color #D4A37A: hue angle of 27.33º 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 #D4A37A is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 122 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.17 |
| HSL | 27.33º | 0.51% | 0.65% | - |
| HSV(B) | 27.33º | 0.42% | 0.83% | - |
| XYZ | 43.76 | 41.6 | 24.13 | - |
| YUV | 172.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 122 | 0 | 0.23 | 0.42 | 0.17 | 27.33 | 0.51 | 0.65 |
| Hex | D4 | A3 | 7A | 0 | 17 | 2A | 11 | 1B | 33 | 41 |
| Octal | 324 | 243 | 172 | 0 | 27 | 52 | 21 | 33 | 63 | 101 |
| Binary | 11010100 | 10100011 | 1111010 | 0 | 10111 | 101010 | 10001 | 11011 | 110011 | 1000001 |
Color Harmonies of #D4A37A
Complementary color
Monochromatic Colors of #D4A37A
Black with #D4A37A
Text Example
Text Example
White with #D4A37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A37A; }
p { color: rgb(212,163,122); }
H1.HeaderClassName
{
color: #D4A37A;
}
.AnyTagClassName
{
color: #D4A37A;
}
</style>
background-color css
<style>
a { background-color: #D4A37A; }
a { background-color: rgb(212,163,122); }
div.DivClassName
{
background-color: #D4A37A;
}
.BgClassName
{
background-color: #D4A37A;
}
</style>
border-color css
<style>
span { border-color: #D4A37A; }
span { border-color: rgb(212,163,122); }
td.TdClassName
{
border-color: #D4A37A;
}
.TagClassName
{
border-color: #D4A37A;
}
</style>