Html Css Color HEX #DFA29F Petite Orchid

📋 copy color: '#DFA29F'

red 223 ◦ green 162 ◦ blue 159

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

Shades of Petite Orchid #DFA29F

Tints of Petite Orchid #DFA29F

RGB

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

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

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

R = 40.99%
G = 29.78%
B = 29.23%

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

#DFA29F (or 0xDFA29F) is known color: Petite Orchid. HEX triplet: DF, A2 and 9F. RGB value is (223,162,159). Sum of RGB (Red+Green+Blue) = 223+162+159=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA29F is #205D60. Grayscale: #B3B3B3. Windows color (decimal): -2121057 or 10461919. OLE color: 10461919.

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

Color convert

RGB 223 162 159 -
CMYK 0 0.27 0.29 0.13
HSL 2.81º 0.5% 0.75% -
HSV(B) 2.81º 0.29% 0.87% -
XYZ 49.61 44.03 38.69 -
YUV 179.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 223 162 159 0 0.27 0.29 0.13 2.81 0.5 0.75
Hex DF A2 9F 0 1B 1D D 3 32 4B
Octal 337 242 237 0 33 35 15 3 62 113
Binary 11011111 10100010 10011111 0 11011 11101 1101 11 110010 1001011

Color Harmonies of #DFA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA29F

Black with #DFA29F

Text Example


Text Example

White with #DFA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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