Html Css Color HEX #D6A49F Eunry

📋 copy color: '#D6A49F'

red 214 ◦ green 164 ◦ blue 159

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

Shades of Eunry #D6A49F

Tints of Eunry #D6A49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.61%

R = 39.85%
G = 30.54%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6A49F (or 0xD6A49F) is known color: Eunry. HEX triplet: D6, A4 and 9F. RGB value is (214,164,159). Sum of RGB (Red+Green+Blue) = 214+164+159=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A49F is #295B60. Grayscale: #B2B2B2. Windows color (decimal): -2710369 or 10462422. OLE color: 10462422.

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

Color convert

RGB 214 164 159 -
CMYK 0 0.23 0.26 0.16
HSL 5.45º 0.4% 0.73% -
HSV(B) 5.45º 0.26% 0.84% -
XYZ 47.27 43.35 38.68 -
YUV 178.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 214 164 159 0 0.23 0.26 0.16 5.45 0.4 0.73
Hex D6 A4 9F 0 17 1A 10 5 28 49
Octal 326 244 237 0 27 32 20 5 50 111
Binary 11010110 10100100 10011111 0 10111 11010 10000 101 101000 1001001

Color Harmonies of #D6A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A49F

Black with #D6A49F

Text Example


Text Example

White with #D6A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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