#D4A68C

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

Shades of Cameo #D4A68C

Tints of Cameo #D4A68C

Color information

#D4A68C (or 0xD4A68C) is unknown color: approx Cameo. HEX triplet: D4, A6 and 8C. RGB value is (212,166,140). Sum of RGB (Red+Green+Blue) = 212+166+140=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A68C is #2B5973. Grayscale: #B0B0B0. Windows color (decimal): -2840948 or 9217748. OLE color: 9217748.

HSL color Cylindrical-coordinate representation of color #D4A68C: hue angle of 21.67º 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 #D4A68C is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB212166140-
CMYK00.220.340.17
HSL21.67º45.57%69.02%-
HSV(B)21.67º33.96%83.14%-
XYZ45.5243.1630.74-
YUV176.79107.24153.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 166 (65.23% from 255) = 32.05%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=40.93%
G=32.05%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216614000.220.340.1721.6745.5769.02
HexD4A68C0162211162e45
Octal32424621402642212656105
Binary11010100101001101000110001011010001010001101101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A68C; }

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

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

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

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

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

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

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

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