Html Css Color HEX #DBA6A4 Eunry

📋 copy color: '#DBA6A4'

red 219 ◦ green 166 ◦ blue 164

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

Shades of Eunry #DBA6A4

Tints of Eunry #DBA6A4

RGB

 RED value IS 219 (85.94% from 255) = 39.89%

 GREEN value IS 166 (65.23% from 255) = 30.24%

 BLUE value IS 164 (64.45% from 255) = 29.87%

R = 39.89%
G = 30.24%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DBA6A4 (or 0xDBA6A4) is known color: Eunry. HEX triplet: DB, A6 and A4. RGB value is (219,166,164). Sum of RGB (Red+Green+Blue) = 219+166+164=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6A4 is #24595B. Grayscale: #B5B5B5. Windows color (decimal): -2382172 or 10790619. OLE color: 10790619.

HSL color Cylindrical-coordinate representation of color #DBA6A4: hue angle of 2.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA6A4 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 166 164 -
CMYK 0 0.24 0.25 0.14
HSL 2.18º 0.43% 0.75% -
HSV(B) 2.18º 0.25% 0.86% -
XYZ 49.55 45.01 41.2 -
YUV 181.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 219 166 164 0 0.24 0.25 0.14 2.18 0.43 0.75
Hex DB A6 A4 0 18 19 E 2 2B 4B
Octal 333 246 244 0 30 31 16 2 53 113
Binary 11011011 10100110 10100100 0 11000 11001 1110 10 101011 1001011

Color Harmonies of #DBA6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6A4

Black with #DBA6A4

Text Example


Text Example

White with #DBA6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6A4; }

 p { color: rgb(219,166,164); }

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

background-color css

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

 a { background-color: rgb(219,166,164); }

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

border-color css

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

 span { border-color: rgb(219,166,164); }

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