#DFA29B

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

Shades of Petite Orchid #DFA29B

Tints of Petite Orchid #DFA29B

Color information

#DFA29B (or 0xDFA29B) is unknown color: approx Petite Orchid. HEX triplet: DF, A2 and 9B. RGB value is (223,162,155). Sum of RGB (Red+Green+Blue) = 223+162+155=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA29B is #205D64. Grayscale: #B3B3B3. Windows color (decimal): -2121061 or 10199775. OLE color: 10199775.

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

Color convert

RGB223162155-
CMYK00.270.300.13
HSL6.18º51.52%74.12%-
HSV(B)6.18º30.49%87.45%-
XYZ49.2743.936.89-
YUV179.44114.21159.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.30%
GREEN value IS 162 (63.67% from 255) = 30%
BLUE value IS 155 (60.94% from 255) = 28.70%
R=41.30%
G=30%
B=28.70%

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
Decimal22316215500.270.300.136.1851.5274.12
HexDFA29B01B1ED6344a
Octal3372422330333615664112
Binary1101111110100010100110110110111111011011101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA29B; }

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

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

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

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

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

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

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

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