#D4A78C

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

Shades of Cameo #D4A78C

Tints of Cameo #D4A78C

Color information

#D4A78C (or 0xD4A78C) is unknown color: approx Cameo. HEX triplet: D4, A7 and 8C. RGB value is (212,167,140). Sum of RGB (Red+Green+Blue) = 212+167+140=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A78C is #2B5873. Grayscale: #B1B1B1. Windows color (decimal): -2840692 or 9218004. OLE color: 9218004.

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

Color convert

RGB212167140-
CMYK00.210.340.17
HSL22.5º45.57%69.02%-
HSV(B)22.5º33.96%83.14%-
XYZ45.743.5330.8-
YUV177.38106.91152.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 140 (55.08% from 255) = 26.97%
R=40.85%
G=32.18%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216714000.210.340.1722.545.5769.02
HexD4A78C0152211172e45
Octal32424721402542212756105
Binary11010100101001111000110001010110001010001101111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A78C; }

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

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

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

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

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

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

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

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