#DDA69F

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

Shades of Eunry #DDA69F

Tints of Eunry #DDA69F

Color information

#DDA69F (or 0xDDA69F) is unknown color: approx Eunry. HEX triplet: DD, A6 and 9F. RGB value is (221,166,159). Sum of RGB (Red+Green+Blue) = 221+166+159=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA69F is #225960. Grayscale: #B5B5B5. Windows color (decimal): -2251105 or 10462941. OLE color: 10462941.

HSL color Cylindrical-coordinate representation of color #DDA69F: hue angle of 6.77º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA69F is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221166159-
CMYK00.250.280.13
HSL6.77º47.69%74.51%-
HSV(B)6.77º28.05%86.67%-
XYZ49.7145.1538.9-
YUV181.65115.22156.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 159 (62.5% from 255) = 29.12%
R=40.48%
G=30.40%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116615900.250.280.136.7747.6974.51
HexDDA69F0191CD7304b
Octal3352462370313415760113
Binary1101110110100110100111110110011110011011111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA69F; }

 p { color: rgb(221,166,159); }

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

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

 a { background-color: rgb(221,166,159); }

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

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

 span { border-color: rgb(221,166,159); }

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