#DDA69D

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

Shades of Rose #DDA69D

Tints of Rose #DDA69D

Color information

#DDA69D (or 0xDDA69D) is unknown color: approx Rose. HEX triplet: DD, A6 and 9D. RGB value is (221,166,157). Sum of RGB (Red+Green+Blue) = 221+166+157=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA69D is #225962. Grayscale: #B5B5B5. Windows color (decimal): -2251107 or 10331869. OLE color: 10331869.

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

Color convert

RGB221166157-
CMYK00.250.290.13
HSL8.44º48.48%74.12%-
HSV(B)8.44º28.96%86.67%-
XYZ49.5445.0837.99-
YUV181.42114.22156.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=40.62%
G=30.51%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116615700.250.290.138.4448.4874.12
HexDDA69D0191DD8304a
Octal33524623503135151060112
Binary11011101101001101001110101100111101110110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA69D; }

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

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

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

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

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

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

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

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