Html Css Color HEX #DFA29C Petite Orchid

📋 copy color: '#DFA29C'

red 223 ◦ green 162 ◦ blue 156

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

Shades of Petite Orchid #DFA29C

Tints of Petite Orchid #DFA29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.84%

R = 41.22%
G = 29.94%
B = 28.84%

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

#DFA29C (or 0xDFA29C) is known color: Petite Orchid. HEX triplet: DF, A2 and 9C. RGB value is (223,162,156). Sum of RGB (Red+Green+Blue) = 223+162+156=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA29C is #205D63. Grayscale: #B3B3B3. Windows color (decimal): -2121060 or 10265311. OLE color: 10265311.

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

Color convert

RGB 223 162 156 -
CMYK 0 0.27 0.30 0.13
HSL 5.37º 0.51% 0.74% -
HSV(B) 5.37º 0.3% 0.87% -
XYZ 49.35 43.93 37.33 -
YUV 179.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 223 162 156 0 0.27 0.30 0.13 5.37 0.51 0.74
Hex DF A2 9C 0 1B 1E D 5 33 4A
Octal 337 242 234 0 33 36 15 5 63 112
Binary 11011111 10100010 10011100 0 11011 11110 1101 101 110011 1001010

Color Harmonies of #DFA29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA29C

Black with #DFA29C

Text Example


Text Example

White with #DFA29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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