Html Css Color HEX #D5A29D Eunry

📋 copy color: '#D5A29D'

red 213 ◦ green 162 ◦ blue 157

#D5A29D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eunry #D5A29D

Tints of Eunry #D5A29D

RGB

 RED value IS 213 (83.59% from 255) = 40.04%

 GREEN value IS 162 (63.67% from 255) = 30.45%

 BLUE value IS 157 (61.72% from 255) = 29.51%

R = 40.04%
G = 30.45%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5A29D (or 0xD5A29D) is known color: Eunry. HEX triplet: D5, A2 and 9D. RGB value is (213,162,157). Sum of RGB (Red+Green+Blue) = 213+162+157=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A29D is #2A5D62. Grayscale: #B0B0B0. Windows color (decimal): -2776419 or 10330837. OLE color: 10330837.

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

Color convert

RGB 213 162 157 -
CMYK 0 0.24 0.26 0.16
HSL 5.36º 0.4% 0.73% -
HSV(B) 5.36º 0.26% 0.84% -
XYZ 46.45 42.42 37.64 -
YUV 176.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 213 162 157 0 0.24 0.26 0.16 5.36 0.4 0.73
Hex D5 A2 9D 0 18 1A 10 5 28 49
Octal 325 242 235 0 30 32 20 5 50 111
Binary 11010101 10100010 10011101 0 11000 11010 10000 101 101000 1001001

Color Harmonies of #D5A29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A29D

Black with #D5A29D

Text Example


Text Example

White with #D5A29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A29D; }

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

 H1.HeaderClassName
 {
   color: #D5A29D;
 }
 .AnyTagClassName
 {
   color: #D5A29D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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