Shades of Cameo #D4A474
Tints of Cameo #D4A474
RGB
CMYK
RGB Variations
Color information
#D4A474 (or 0xD4A474) is known color: Cameo. HEX triplet: D4, A4 and 74. RGB value is (212,164,116). Sum of RGB (Red+Green+Blue) = 212+164+116=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A474 is #2B5B8B. Grayscale: #ADADAD. Windows color (decimal): -2841484 or 7644372. OLE color: 7644372.
HSL color Cylindrical-coordinate representation of color #D4A474: hue angle of 30º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4A474 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 116 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.17 |
| HSL | 30º | 0.53% | 0.64% | - |
| HSV(B) | 30º | 0.45% | 0.83% | - |
| XYZ | 43.58 | 41.81 | 22.3 | - |
| YUV | 172.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 116 | 0 | 0.23 | 0.45 | 0.17 | 30 | 0.53 | 0.64 |
| Hex | D4 | A4 | 74 | 0 | 17 | 2D | 11 | 1E | 35 | 40 |
| Octal | 324 | 244 | 164 | 0 | 27 | 55 | 21 | 36 | 65 | 100 |
| Binary | 11010100 | 10100100 | 1110100 | 0 | 10111 | 101101 | 10001 | 11110 | 110101 | 1000000 |
Color Harmonies of #D4A474
Complementary color
Monochromatic Colors of #D4A474
Black with #D4A474
Text Example
Text Example
White with #D4A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A474; }
p { color: rgb(212,164,116); }
H1.HeaderClassName
{
color: #D4A474;
}
.AnyTagClassName
{
color: #D4A474;
}
</style>
background-color css
<style>
a { background-color: #D4A474; }
a { background-color: rgb(212,164,116); }
div.DivClassName
{
background-color: #D4A474;
}
.BgClassName
{
background-color: #D4A474;
}
</style>
border-color css
<style>
span { border-color: #D4A474; }
span { border-color: rgb(212,164,116); }
td.TdClassName
{
border-color: #D4A474;
}
.TagClassName
{
border-color: #D4A474;
}
</style>