#DFA39E

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

Shades of Petite Orchid #DFA39E

Tints of Petite Orchid #DFA39E

Color information

#DFA39E (or 0xDFA39E) is unknown color: approx Petite Orchid. HEX triplet: DF, A3 and 9E. RGB value is (223,163,158). Sum of RGB (Red+Green+Blue) = 223+163+158=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA39E is #205C61. Grayscale: #B4B4B4. Windows color (decimal): -2120802 or 10396639. OLE color: 10396639.

HSL color Cylindrical-coordinate representation of color #DFA39E: hue angle of 4.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFA39E is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223163158-
CMYK00.270.290.13
HSL4.62º50.39%74.71%-
HSV(B)4.62º29.15%87.45%-
XYZ49.744.3538.29-
YUV180.37115.38158.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 163 (64.06% from 255) = 29.96%
BLUE value IS 158 (62.11% from 255) = 29.04%
R=40.99%
G=29.96%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316315800.270.290.134.6250.3974.71
HexDFA39E01B1DD5324b
Octal3372432360333515562113
Binary1101111110100011100111100110111110111011011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA39E; }

 p { color: rgb(223,163,158); }

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

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

 a { background-color: rgb(223,163,158); }

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

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

 span { border-color: rgb(223,163,158); }

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