#D4A78D

Color #D4A78D Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #D4A78D

Tints of Cameo #D4A78D

Color information

#D4A78D (or 0xD4A78D) is unknown color: approx Cameo. HEX triplet: D4, A7 and 8D. RGB value is (212,167,141). Sum of RGB (Red+Green+Blue) = 212+167+141=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A78D is #2B5872. Grayscale: #B1B1B1. Windows color (decimal): -2840691 or 9283540. OLE color: 9283540.

HSL color Cylindrical-coordinate representation of color #D4A78D: hue angle of 21.97º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A78D is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212167141-
CMYK00.210.330.17
HSL21.97º45.22%69.22%-
HSV(B)21.97º33.49%83.14%-
XYZ45.7843.5631.19-
YUV177.49107.41152.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 167 (65.62% from 255) = 32.12%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=40.77%
G=32.12%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216714100.210.330.1721.9745.2269.22
HexD4A78D0152111162d45
Octal32424721502541212655105
Binary11010100101001111000110101010110000110001101101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A78D; }

 p { color: rgb(212,167,141); }

 H1.HeaderClassName
 {
   color: #D4A78D;
 }
 .AnyTagClassName
 {
   color: #D4A78D;
 }
</style>
background-color css

<style>
 a { background-color: #D4A78D; }

 a { background-color: rgb(212,167,141); }

 div.DivClassName
 {
   background-color: #D4A78D;
 }
 .BgClassName
 {
   background-color: #D4A78D;
 }
</style>
border-color css

<style>
 span { border-color: #D4A78D; }

 span { border-color: rgb(212,167,141); }

 td.TdClassName
 {
   border-color: #D4A78D;
 }
 .TagClassName
 {
   border-color: #D4A78D;
 }
</style>