Html Css Color HEX #DFA29D Petite Orchid

📋 copy color: '#DFA29D'

red 223 ◦ green 162 ◦ blue 157

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

Shades of Petite Orchid #DFA29D

Tints of Petite Orchid #DFA29D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.89%

 BLUE value IS 157 (61.72% from 255) = 28.97%

R = 41.14%
G = 29.89%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFA29D (or 0xDFA29D) is known color: Petite Orchid. HEX triplet: DF, A2 and 9D. RGB value is (223,162,157). Sum of RGB (Red+Green+Blue) = 223+162+157=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA29D is #205D62. Grayscale: #B3B3B3. Windows color (decimal): -2121059 or 10330847. OLE color: 10330847.

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

Color convert

RGB 223 162 157 -
CMYK 0 0.27 0.30 0.13
HSL 4.55º 0.51% 0.75% -
HSV(B) 4.55º 0.3% 0.87% -
XYZ 49.44 43.96 37.78 -
YUV 179.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 223 162 157 0 0.27 0.30 0.13 4.55 0.51 0.75
Hex DF A2 9D 0 1B 1E D 5 33 4B
Octal 337 242 235 0 33 36 15 5 63 113
Binary 11011111 10100010 10011101 0 11011 11110 1101 101 110011 1001011

Color Harmonies of #DFA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA29D

Black with #DFA29D

Text Example


Text Example

White with #DFA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA29D; }

 p { color: rgb(223,162,157); }

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

background-color css

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

 a { background-color: rgb(223,162,157); }

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

border-color css

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

 span { border-color: rgb(223,162,157); }

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