Html Css Color HEX #DFA19B Petite Orchid

📋 copy color: '#DFA19B'

red 223 ◦ green 161 ◦ blue 155

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

Shades of Petite Orchid #DFA19B

Tints of Petite Orchid #DFA19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.76%

R = 41.37%
G = 29.87%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFA19B (or 0xDFA19B) is known color: Petite Orchid. HEX triplet: DF, A1 and 9B. RGB value is (223,161,155). Sum of RGB (Red+Green+Blue) = 223+161+155=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA19B is #205E64. Grayscale: #B2B2B2. Windows color (decimal): -2121317 or 10199519. OLE color: 10199519.

HSL color Cylindrical-coordinate representation of color #DFA19B: hue angle of 5.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA19B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 161 155 -
CMYK 0 0.28 0.30 0.13
HSL 5.29º 0.52% 0.74% -
HSV(B) 5.29º 0.3% 0.87% -
XYZ 49.09 43.54 36.83 -
YUV 178.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 223 161 155 0 0.28 0.30 0.13 5.29 0.52 0.74
Hex DF A1 9B 0 1C 1E D 5 34 4A
Octal 337 241 233 0 34 36 15 5 64 112
Binary 11011111 10100001 10011011 0 11100 11110 1101 101 110100 1001010

Color Harmonies of #DFA19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA19B

Black with #DFA19B

Text Example


Text Example

White with #DFA19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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