#DBA69E

Color #DBA69E Eunry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eunry #DBA69E

Tints of Eunry #DBA69E

Color information

#DBA69E (or 0xDBA69E) is unknown color: approx Eunry. HEX triplet: DB, A6 and 9E. RGB value is (219,166,158). Sum of RGB (Red+Green+Blue) = 219+166+158=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA69E is #245961. Grayscale: #B5B5B5. Windows color (decimal): -2382178 or 10397403. OLE color: 10397403.

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

Color convert

RGB219166158-
CMYK00.240.280.14
HSL7.87º45.86%73.92%-
HSV(B)7.87º27.85%85.88%-
XYZ49.0244.838.41-
YUV180.94115.06155.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 166 (65.23% from 255) = 30.57%
BLUE value IS 158 (62.11% from 255) = 29.10%
R=40.33%
G=30.57%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916615800.240.280.147.8745.8673.92
HexDBA69E0181CE82e4a
Octal33324623603034161056112
Binary11011011101001101001111001100011100111010001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA69E; }

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

 H1.HeaderClassName
 {
   color: #DBA69E;
 }
 .AnyTagClassName
 {
   color: #DBA69E;
 }
</style>
background-color css

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

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

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

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

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

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