Html Css Color HEX #DFA094 Petite Orchid

📋 copy color: '#DFA094'

red 223 ◦ green 160 ◦ blue 148

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

Shades of Petite Orchid #DFA094

Tints of Petite Orchid #DFA094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.13%

 BLUE value IS 148 (58.2% from 255) = 27.87%

R = 42%
G = 30.13%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFA094 (or 0xDFA094) is known color: Petite Orchid. HEX triplet: DF, A0 and 94. RGB value is (223,160,148). Sum of RGB (Red+Green+Blue) = 223+160+148=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA094 is #205F6B. Grayscale: #B1B1B1. Windows color (decimal): -2121580 or 9740511. OLE color: 9740511.

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

Color convert

RGB 223 160 148 -
CMYK 0 0.28 0.34 0.13
HSL 9.6º 0.54% 0.73% -
HSV(B) 9.6º 0.34% 0.87% -
XYZ 48.35 42.97 33.76 -
YUV 177.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 223 160 148 0 0.28 0.34 0.13 9.6 0.54 0.73
Hex DF A0 94 0 1C 22 D A 36 49
Octal 337 240 224 0 34 42 15 12 66 111
Binary 11011111 10100000 10010100 0 11100 100010 1101 1010 110110 1001001

Color Harmonies of #DFA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA094

Black with #DFA094

Text Example


Text Example

White with #DFA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA094; }

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

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

background-color css

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

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

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

border-color css

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

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

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