Html Css Color HEX #DFA39E Petite Orchid

📋 copy color: '#DFA39E'

red 223 ◦ green 163 ◦ blue 158

#DFA39E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #DFA39E

Tints of Petite Orchid #DFA39E

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 value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DFA39E (or 0xDFA39E) is known color: 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

RGB 223 163 158 -
CMYK 0 0.27 0.29 0.13
HSL 4.62º 0.5% 0.75% -
HSV(B) 4.62º 0.29% 0.87% -
XYZ 49.7 44.35 38.29 -
YUV 180.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 223 163 158 0 0.27 0.29 0.13 4.62 0.5 0.75
Hex DF A3 9E 0 1B 1D D 5 32 4B
Octal 337 243 236 0 33 35 15 5 62 113
Binary 11011111 10100011 10011110 0 11011 11101 1101 101 110010 1001011

Color Harmonies of #DFA39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA39E

Black with #DFA39E

Text Example


Text Example

White with #DFA39E

Text Example


Text Example

HTML Codes & Css Web 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>