Html Css Color HEX #D6A49D Eunry

📋 copy color: '#D6A49D'

red 214 ◦ green 164 ◦ blue 157

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

Shades of Eunry #D6A49D

Tints of Eunry #D6A49D

RGB

 RED value IS 214 (83.98% from 255) = 40%

 GREEN value IS 164 (64.45% from 255) = 30.65%

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

R = 40%
G = 30.65%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6A49D (or 0xD6A49D) is known color: Eunry. HEX triplet: D6, A4 and 9D. RGB value is (214,164,157). Sum of RGB (Red+Green+Blue) = 214+164+157=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A49D is #295B62. Grayscale: #B2B2B2. Windows color (decimal): -2710371 or 10331350. OLE color: 10331350.

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

Color convert

RGB 214 164 157 -
CMYK 0 0.23 0.27 0.16
HSL 7.37º 0.41% 0.73% -
HSV(B) 7.37º 0.27% 0.84% -
XYZ 47.09 43.28 37.77 -
YUV 178.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 214 164 157 0 0.23 0.27 0.16 7.37 0.41 0.73
Hex D6 A4 9D 0 17 1B 10 7 29 49
Octal 326 244 235 0 27 33 20 7 51 111
Binary 11010110 10100100 10011101 0 10111 11011 10000 111 101001 1001001

Color Harmonies of #D6A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A49D

Black with #D6A49D

Text Example


Text Example

White with #D6A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A49D; }

 p { color: rgb(214,164,157); }

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

background-color css

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

 a { background-color: rgb(214,164,157); }

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

border-color css

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

 span { border-color: rgb(214,164,157); }

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