Html Css Color HEX #D5A29E Eunry

📋 copy color: '#D5A29E'

red 213 ◦ green 162 ◦ blue 158

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

Shades of Eunry #D5A29E

Tints of Eunry #D5A29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.64%

R = 39.96%
G = 30.39%
B = 29.64%

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

#D5A29E (or 0xD5A29E) is known color: Eunry. HEX triplet: D5, A2 and 9E. RGB value is (213,162,158). Sum of RGB (Red+Green+Blue) = 213+162+158=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A29E is #2A5D61. Grayscale: #B0B0B0. Windows color (decimal): -2776418 or 10396373. OLE color: 10396373.

HSL color Cylindrical-coordinate representation of color #D5A29E: hue angle of 4.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 #D5A29E is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 162 158 -
CMYK 0 0.24 0.26 0.16
HSL 4.36º 0.4% 0.73% -
HSV(B) 4.36º 0.26% 0.84% -
XYZ 46.53 42.46 38.09 -
YUV 176.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 213 162 158 0 0.24 0.26 0.16 4.36 0.4 0.73
Hex D5 A2 9E 0 18 1A 10 4 28 49
Octal 325 242 236 0 30 32 20 4 50 111
Binary 11010101 10100010 10011110 0 11000 11010 10000 100 101000 1001001

Color Harmonies of #D5A29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A29E

Black with #D5A29E

Text Example


Text Example

White with #D5A29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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