#DDA09C

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

Shades of Petite Orchid #DDA09C

Tints of Petite Orchid #DDA09C

Color information

#DDA09C (or 0xDDA09C) is unknown color: approx Petite Orchid. HEX triplet: DD, A0 and 9C. RGB value is (221,160,156). Sum of RGB (Red+Green+Blue) = 221+160+156=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA09C is #225F63. Grayscale: #B1B1B1. Windows color (decimal): -2252644 or 10264797. OLE color: 10264797.

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

Color convert

RGB221160156-
CMYK00.280.290.13
HSL3.69º48.87%73.92%-
HSV(B)3.69º29.41%86.67%-
XYZ48.3942.9137.19-
YUV177.78115.71158.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=41.15%
G=29.80%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116015600.280.290.133.6948.8773.92
HexDDA09C01C1DD4314a
Octal3352402340343515461112
Binary1101110110100000100111000111001110111011001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA09C; }

 p { color: rgb(221,160,156); }

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

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

 a { background-color: rgb(221,160,156); }

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

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

 span { border-color: rgb(221,160,156); }

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