#DFA09C

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

Shades of Petite Orchid #DFA09C

Tints of Petite Orchid #DFA09C

Color information

#DFA09C (or 0xDFA09C) is unknown color: approx Petite Orchid. HEX triplet: DF, A0 and 9C. RGB value is (223,160,156). Sum of RGB (Red+Green+Blue) = 223+160+156=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA09C is #205F63. Grayscale: #B2B2B2. Windows color (decimal): -2121572 or 10264799. OLE color: 10264799.

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

Color convert

RGB223160156-
CMYK00.280.300.13
HSL3.58º51.15%74.31%-
HSV(B)3.58º30.04%87.45%-
XYZ4943.2337.21-
YUV178.38115.37159.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 156 (61.33% from 255) = 28.94%
R=41.37%
G=29.68%
B=28.94%

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
Decimal22316015600.280.300.133.5851.1574.31
HexDFA09C01C1ED4334a
Octal3372402340343615463112
Binary1101111110100000100111000111001111011011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA09C; }

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

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

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

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

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

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

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

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