Shades of Cameo #D4A878
Tints of Cameo #D4A878
RGB
CMYK
RGB Variations
Color information
#D4A878 (or 0xD4A878) is known color: Cameo. HEX triplet: D4, A8 and 78. RGB value is (212,168,120). Sum of RGB (Red+Green+Blue) = 212+168+120=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A878 is #2B5787. Grayscale: #AFAFAF. Windows color (decimal): -2840456 or 7907540. OLE color: 7907540.
HSL color Cylindrical-coordinate representation of color #D4A878: hue angle of 31.3º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4A878 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 120 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.17 |
| HSL | 31.3º | 0.52% | 0.65% | - |
| HSV(B) | 31.3º | 0.43% | 0.83% | - |
| XYZ | 44.54 | 43.36 | 23.79 | - |
| YUV | 175.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 120 | 0 | 0.21 | 0.43 | 0.17 | 31.3 | 0.52 | 0.65 |
| Hex | D4 | A8 | 78 | 0 | 15 | 2B | 11 | 1F | 34 | 41 |
| Octal | 324 | 250 | 170 | 0 | 25 | 53 | 21 | 37 | 64 | 101 |
| Binary | 11010100 | 10101000 | 1111000 | 0 | 10101 | 101011 | 10001 | 11111 | 110100 | 1000001 |
Color Harmonies of #D4A878
Complementary color
Monochromatic Colors of #D4A878
Black with #D4A878
Text Example
Text Example
White with #D4A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A878; }
p { color: rgb(212,168,120); }
H1.HeaderClassName
{
color: #D4A878;
}
.AnyTagClassName
{
color: #D4A878;
}
</style>
background-color css
<style>
a { background-color: #D4A878; }
a { background-color: rgb(212,168,120); }
div.DivClassName
{
background-color: #D4A878;
}
.BgClassName
{
background-color: #D4A878;
}
</style>
border-color css
<style>
span { border-color: #D4A878; }
span { border-color: rgb(212,168,120); }
td.TdClassName
{
border-color: #D4A878;
}
.TagClassName
{
border-color: #D4A878;
}
</style>