#DDA28E

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

Shades of Rose #DDA28E

Tints of Rose #DDA28E

Color information

#DDA28E (or 0xDDA28E) is unknown color: approx Rose. HEX triplet: DD, A2 and 8E. RGB value is (221,162,142). Sum of RGB (Red+Green+Blue) = 221+162+142=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA28E is #225D71. Grayscale: #B1B1B1. Windows color (decimal): -2252146 or 9347805. OLE color: 9347805.

HSL color Cylindrical-coordinate representation of color #DDA28E: hue angle of 15.19º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA28E is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221162142-
CMYK00.270.360.13
HSL15.19º53.74%71.18%-
HSV(B)15.19º35.75%86.67%-
XYZ47.6243.1731.41-
YUV177.36108.05159.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=42.10%
G=30.86%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116214200.270.360.1315.1953.7471.18
HexDDA28E01B24Df3647
Octal33524221603344151766107
Binary110111011010001010001110011011100100110111111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA28E; }

 p { color: rgb(221,162,142); }

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

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

 a { background-color: rgb(221,162,142); }

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

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

 span { border-color: rgb(221,162,142); }

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