Html Css Color HEX #DFA39F Petite Orchid

📋 copy color: '#DFA39F'

red 223 ◦ green 163 ◦ blue 159

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

Shades of Petite Orchid #DFA39F

Tints of Petite Orchid #DFA39F

RGB

 RED value IS 223 (87.5% from 255) = 40.92%

 GREEN value IS 163 (64.06% from 255) = 29.91%

 BLUE value IS 159 (62.5% from 255) = 29.17%

R = 40.92%
G = 29.91%
B = 29.17%

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

#DFA39F (or 0xDFA39F) is known color: Petite Orchid. HEX triplet: DF, A3 and 9F. RGB value is (223,163,159). Sum of RGB (Red+Green+Blue) = 223+163+159=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA39F is #205C60. Grayscale: #B4B4B4. Windows color (decimal): -2120801 or 10462175. OLE color: 10462175.

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

Color convert

RGB 223 163 159 -
CMYK 0 0.27 0.29 0.13
HSL 3.75º 0.5% 0.75% -
HSV(B) 3.75º 0.29% 0.87% -
XYZ 49.79 44.39 38.74 -
YUV 180.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 223 163 159 0 0.27 0.29 0.13 3.75 0.5 0.75
Hex DF A3 9F 0 1B 1D D 4 32 4B
Octal 337 243 237 0 33 35 15 4 62 113
Binary 11011111 10100011 10011111 0 11011 11101 1101 100 110010 1001011

Color Harmonies of #DFA39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA39F

Black with #DFA39F

Text Example


Text Example

White with #DFA39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA39F; }

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

 H1.HeaderClassName
 {
   color: #DFA39F;
 }
 .AnyTagClassName
 {
   color: #DFA39F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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