Shades of Cameo #D4A07A
Tints of Cameo #D4A07A
RGB
CMYK
RGB Variations
Color information
#D4A07A (or 0xD4A07A) is known color: Cameo. HEX triplet: D4, A0 and 7A. RGB value is (212,160,122). Sum of RGB (Red+Green+Blue) = 212+160+122=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A07A is #2B5F85. Grayscale: #ABABAB. Windows color (decimal): -2842502 or 8036564. OLE color: 8036564.
HSL color Cylindrical-coordinate representation of color #D4A07A: hue angle of 25.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 #D4A07A is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 122 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.17 |
| HSL | 25.33º | 0.51% | 0.65% | - |
| HSV(B) | 25.33º | 0.42% | 0.83% | - |
| XYZ | 43.24 | 40.54 | 23.96 | - |
| YUV | 171.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 122 | 0 | 0.25 | 0.42 | 0.17 | 25.33 | 0.51 | 0.65 |
| Hex | D4 | A0 | 7A | 0 | 19 | 2A | 11 | 19 | 33 | 41 |
| Octal | 324 | 240 | 172 | 0 | 31 | 52 | 21 | 31 | 63 | 101 |
| Binary | 11010100 | 10100000 | 1111010 | 0 | 11001 | 101010 | 10001 | 11001 | 110011 | 1000001 |
Color Harmonies of #D4A07A
Complementary color
Monochromatic Colors of #D4A07A
Black with #D4A07A
Text Example
Text Example
White with #D4A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A07A; }
p { color: rgb(212,160,122); }
H1.HeaderClassName
{
color: #D4A07A;
}
.AnyTagClassName
{
color: #D4A07A;
}
</style>
background-color css
<style>
a { background-color: #D4A07A; }
a { background-color: rgb(212,160,122); }
div.DivClassName
{
background-color: #D4A07A;
}
.BgClassName
{
background-color: #D4A07A;
}
</style>
border-color css
<style>
span { border-color: #D4A07A; }
span { border-color: rgb(212,160,122); }
td.TdClassName
{
border-color: #D4A07A;
}
.TagClassName
{
border-color: #D4A07A;
}
</style>