#D5A29F

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

Shades of Eunry #D5A29F

Tints of Eunry #D5A29F

Color information

#D5A29F (or 0xD5A29F) is unknown color: approx Eunry. HEX triplet: D5, A2 and 9F. RGB value is (213,162,159). Sum of RGB (Red+Green+Blue) = 213+162+159=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A29F is #2A5D60. Grayscale: #B0B0B0. Windows color (decimal): -2776417 or 10461909. OLE color: 10461909.

HSL color Cylindrical-coordinate representation of color #D5A29F: hue angle of 3.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A29F is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB213162159-
CMYK00.240.250.16
HSL3.33º39.13%72.94%-
HSV(B)3.33º25.35%83.53%-
XYZ46.6242.4938.55-
YUV176.91117.9153.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 162 (63.67% from 255) = 30.34%
BLUE value IS 159 (62.5% from 255) = 29.78%
R=39.89%
G=30.34%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316215900.240.250.163.3339.1372.94
HexD5A29F018191032749
Octal3252422370303120347111
Binary1101010110100010100111110110001100110000111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A29F; }

 p { color: rgb(213,162,159); }

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

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

 a { background-color: rgb(213,162,159); }

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

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

 span { border-color: rgb(213,162,159); }

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