#DDA69B

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

Shades of Rose #DDA69B

Tints of Rose #DDA69B

Color information

#DDA69B (or 0xDDA69B) is unknown color: approx Rose. HEX triplet: DD, A6 and 9B. RGB value is (221,166,155). Sum of RGB (Red+Green+Blue) = 221+166+155=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA69B is #225964. Grayscale: #B5B5B5. Windows color (decimal): -2251109 or 10200797. OLE color: 10200797.

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

Color convert

RGB221166155-
CMYK00.250.300.13
HSL10º49.25%73.73%-
HSV(B)10º29.86%86.67%-
XYZ49.3745.0137.1-
YUV181.19113.22156.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 166 (65.23% from 255) = 30.63%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=40.77%
G=30.63%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116615500.250.300.131049.2573.73
HexDDA69B0191EDa314a
Octal33524623303136151261112
Binary11011101101001101001101101100111110110110101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA69B; }

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

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

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

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

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

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

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

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