#D4A19F

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

Shades of Eunry #D4A19F

Tints of Eunry #D4A19F

Color information

#D4A19F (or 0xD4A19F) is unknown color: approx Eunry. HEX triplet: D4, A1 and 9F. RGB value is (212,161,159). Sum of RGB (Red+Green+Blue) = 212+161+159=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A19F is #2B5E60. Grayscale: #B0B0B0. Windows color (decimal): -2842209 or 10461652. OLE color: 10461652.

HSL color Cylindrical-coordinate representation of color #D4A19F: hue angle of 2.26º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4A19F is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB212161159-
CMYK00.240.250.17
HSL2.26º38.13%72.75%-
HSV(B)2.26º25%83.14%-
XYZ46.1541.9938.47-
YUV176.02118.4153.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.85%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=39.85%
G=30.26%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216115900.240.250.172.2638.1372.75
HexD4A19F018191122649
Octal3242412370303121246111
Binary1101010010100001100111110110001100110001101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A19F; }

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

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

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

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

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

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

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

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