#DFA29C

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

Shades of Petite Orchid #DFA29C

Tints of Petite Orchid #DFA29C

Color information

#DFA29C (or 0xDFA29C) is unknown color: approx Petite Orchid. HEX triplet: DF, A2 and 9C. RGB value is (223,162,156). Sum of RGB (Red+Green+Blue) = 223+162+156=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA29C is #205D63. Grayscale: #B3B3B3. Windows color (decimal): -2121060 or 10265311. OLE color: 10265311.

HSL color Cylindrical-coordinate representation of color #DFA29C: hue angle of 5.37º degrees, saturation: 0.51, 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 #DFA29C is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223162156-
CMYK00.270.300.13
HSL5.37º51.15%74.31%-
HSV(B)5.37º30.04%87.45%-
XYZ49.3543.9337.33-
YUV179.55114.71158.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 162 (63.67% from 255) = 29.94%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=41.22%
G=29.94%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316215600.270.300.135.3751.1574.31
HexDFA29C01B1ED5334a
Octal3372422340333615563112
Binary1101111110100010100111000110111111011011011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA29C; }

 p { color: rgb(223,162,156); }

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

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

 a { background-color: rgb(223,162,156); }

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

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

 span { border-color: rgb(223,162,156); }

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