#DDA69E

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

Shades of Rose #DDA69E

Tints of Rose #DDA69E

Color information

#DDA69E (or 0xDDA69E) is unknown color: approx Rose. HEX triplet: DD, A6 and 9E. RGB value is (221,166,158). Sum of RGB (Red+Green+Blue) = 221+166+158=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA69E is #225961. Grayscale: #B5B5B5. Windows color (decimal): -2251106 or 10397405. OLE color: 10397405.

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

Color convert

RGB221166158-
CMYK00.250.290.13
HSL7.62º48.09%74.31%-
HSV(B)7.62º28.51%86.67%-
XYZ49.6345.1138.44-
YUV181.53114.72156.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=40.55%
G=30.46%
B=28.99%

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
Decimal22116615800.250.290.137.6248.0974.31
HexDDA69E0191DD8304a
Octal33524623603135151060112
Binary11011101101001101001111001100111101110110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA69E; }

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

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

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

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

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

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

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

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