#D4A29D

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

Shades of Eunry #D4A29D

Tints of Eunry #D4A29D

Color information

#D4A29D (or 0xD4A29D) is unknown color: approx Eunry. HEX triplet: D4, A2 and 9D. RGB value is (212,162,157). Sum of RGB (Red+Green+Blue) = 212+162+157=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A29D is #2B5D62. Grayscale: #B0B0B0. Windows color (decimal): -2841955 or 10330836. OLE color: 10330836.

HSL color Cylindrical-coordinate representation of color #D4A29D: hue angle of 5.45º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4A29D is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB212162157-
CMYK00.240.260.17
HSL5.45º39.01%72.35%-
HSV(B)5.45º25.94%83.14%-
XYZ46.1642.2737.62-
YUV176.38117.06153.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=39.92%
G=30.51%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216215700.240.260.175.4539.0172.35
HexD4A29D0181A1152748
Octal3242422350303221547110
Binary11010100101000101001110101100011010100011011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A29D; }

 p { color: rgb(212,162,157); }

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

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

 a { background-color: rgb(212,162,157); }

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

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

 span { border-color: rgb(212,162,157); }

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