#DFA09A

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

Shades of Petite Orchid #DFA09A

Tints of Petite Orchid #DFA09A

Color information

#DFA09A (or 0xDFA09A) is unknown color: approx Petite Orchid. HEX triplet: DF, A0 and 9A. RGB value is (223,160,154). Sum of RGB (Red+Green+Blue) = 223+160+154=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA09A is #205F65. Grayscale: #B2B2B2. Windows color (decimal): -2121574 or 10133727. OLE color: 10133727.

HSL color Cylindrical-coordinate representation of color #DFA09A: hue angle of 5.22º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFA09A is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223160154-
CMYK00.280.310.13
HSL5.22º51.88%73.92%-
HSV(B)5.22º30.94%87.45%-
XYZ48.8343.1636.33-
YUV178.15114.37159.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=41.53%
G=29.80%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316015400.280.310.135.2251.8873.92
HexDFA09A01C1FD5344a
Octal3372402320343715564112
Binary1101111110100000100110100111001111111011011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA09A; }

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

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

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

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

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

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

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

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