Html Css Color HEX #D5A29C Eunry

📋 copy color: '#D5A29C'

red 213 ◦ green 162 ◦ blue 156

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

Shades of Eunry #D5A29C

Tints of Eunry #D5A29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.38%

R = 40.11%
G = 30.51%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5A29C (or 0xD5A29C) is known color: Eunry. HEX triplet: D5, A2 and 9C. RGB value is (213,162,156). Sum of RGB (Red+Green+Blue) = 213+162+156=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A29C is #2A5D63. Grayscale: #B0B0B0. Windows color (decimal): -2776420 or 10265301. OLE color: 10265301.

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

Color convert

RGB 213 162 156 -
CMYK 0 0.24 0.27 0.16
HSL 6.32º 0.4% 0.72% -
HSV(B) 6.32º 0.27% 0.84% -
XYZ 46.36 42.39 37.19 -
YUV 176.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 213 162 156 0 0.24 0.27 0.16 6.32 0.4 0.72
Hex D5 A2 9C 0 18 1B 10 6 28 48
Octal 325 242 234 0 30 33 20 6 50 110
Binary 11010101 10100010 10011100 0 11000 11011 10000 110 101000 1001000

Color Harmonies of #D5A29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A29C

Black with #D5A29C

Text Example


Text Example

White with #D5A29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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