#DDA38F

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

Shades of Rose #DDA38F

Tints of Rose #DDA38F

Color information

#DDA38F (or 0xDDA38F) is unknown color: approx Rose. HEX triplet: DD, A3 and 8F. RGB value is (221,163,143). Sum of RGB (Red+Green+Blue) = 221+163+143=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA38F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA38F is #225C70. Grayscale: #B2B2B2. Windows color (decimal): -2251889 or 9413597. OLE color: 9413597.

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

Color convert

RGB221163143-
CMYK00.260.350.13
HSL15.38º53.42%71.37%-
HSV(B)15.38º35.29%86.67%-
XYZ47.8743.5531.87-
YUV178.06108.22158.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=41.94%
G=30.93%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116314300.260.350.1315.3853.4271.37
HexDDA38F01A23Df3547
Octal33524321703243151765107
Binary110111011010001110001111011010100011110111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA38F; }

 p { color: rgb(221,163,143); }

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

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

 a { background-color: rgb(221,163,143); }

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

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

 span { border-color: rgb(221,163,143); }

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