#DFA09D

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

Shades of Petite Orchid #DFA09D

Tints of Petite Orchid #DFA09D

Color information

#DFA09D (or 0xDFA09D) is unknown color: approx Petite Orchid. HEX triplet: DF, A0 and 9D. RGB value is (223,160,157). Sum of RGB (Red+Green+Blue) = 223+160+157=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA09D is #205F62. Grayscale: #B2B2B2. Windows color (decimal): -2121571 or 10330335. OLE color: 10330335.

HSL color Cylindrical-coordinate representation of color #DFA09D: hue angle of 2.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA09D is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223160157-
CMYK00.280.300.13
HSL2.73º50.77%74.51%-
HSV(B)2.73º29.6%87.45%-
XYZ49.0943.2637.66-
YUV178.49115.87159.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.30%
GREEN value IS 160 (62.89% from 255) = 29.63%
BLUE value IS 157 (61.72% from 255) = 29.07%
R=41.30%
G=29.63%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316015700.280.300.132.7350.7774.51
HexDFA09D01C1ED3334b
Octal3372402350343615363113
Binary110111111010000010011101011100111101101111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA09D; }

 p { color: rgb(223,160,157); }

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

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

 a { background-color: rgb(223,160,157); }

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

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

 span { border-color: rgb(223,160,157); }

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