#D6A19F

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

Shades of Eunry #D6A19F

Tints of Eunry #D6A19F

Color information

#D6A19F (or 0xD6A19F) is unknown color: approx Eunry. HEX triplet: D6, A1 and 9F. RGB value is (214,161,159). Sum of RGB (Red+Green+Blue) = 214+161+159=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A19F is #295E60. Grayscale: #B0B0B0. Windows color (decimal): -2711137 or 10461654. OLE color: 10461654.

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

Color convert

RGB214161159-
CMYK00.250.260.16
HSL2.18º40.15%73.14%-
HSV(B)2.18º25.7%83.92%-
XYZ46.7342.2938.5-
YUV176.62118.06154.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 159 (62.5% from 255) = 29.78%
R=40.07%
G=30.15%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416115900.250.260.162.1840.1573.14
HexD6A19F0191A1022849
Octal3262412370313220250111
Binary1101011010100001100111110110011101010000101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A19F; }

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

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

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

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

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

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

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

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