Html Css Color HEX #DFA19F Petite Orchid

📋 copy color: '#DFA19F'

red 223 ◦ green 161 ◦ blue 159

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

Shades of Petite Orchid #DFA19F

Tints of Petite Orchid #DFA19F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.65%

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

R = 41.07%
G = 29.65%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DFA19F (or 0xDFA19F) is known color: Petite Orchid. HEX triplet: DF, A1 and 9F. RGB value is (223,161,159). Sum of RGB (Red+Green+Blue) = 223+161+159=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA19F is #205E60. Grayscale: #B3B3B3. Windows color (decimal): -2121313 or 10461663. OLE color: 10461663.

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

Color convert

RGB 223 161 159 -
CMYK 0 0.28 0.29 0.13
HSL 1.88º 0.5% 0.75% -
HSV(B) 1.88º 0.29% 0.87% -
XYZ 49.43 43.68 38.63 -
YUV 179.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 223 161 159 0 0.28 0.29 0.13 1.88 0.5 0.75
Hex DF A1 9F 0 1C 1D D 2 32 4B
Octal 337 241 237 0 34 35 15 2 62 113
Binary 11011111 10100001 10011111 0 11100 11101 1101 10 110010 1001011

Color Harmonies of #DFA19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA19F

Black with #DFA19F

Text Example


Text Example

White with #DFA19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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