Html Css Color HEX #DFA09E Petite Orchid

📋 copy color: '#DFA09E'

red 223 ◦ green 160 ◦ blue 158

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

Shades of Petite Orchid #DFA09E

Tints of Petite Orchid #DFA09E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.21%

R = 41.22%
G = 29.57%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DFA09E (or 0xDFA09E) is known color: Petite Orchid. HEX triplet: DF, A0 and 9E. RGB value is (223,160,158). Sum of RGB (Red+Green+Blue) = 223+160+158=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA09E is #205F61. Grayscale: #B2B2B2. Windows color (decimal): -2121570 or 10395871. OLE color: 10395871.

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

Color convert

RGB 223 160 158 -
CMYK 0 0.28 0.29 0.13
HSL 1.85º 0.5% 0.75% -
HSV(B) 1.85º 0.29% 0.87% -
XYZ 49.17 43.3 38.11 -
YUV 178.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 223 160 158 0 0.28 0.29 0.13 1.85 0.5 0.75
Hex DF A0 9E 0 1C 1D D 2 32 4B
Octal 337 240 236 0 34 35 15 2 62 113
Binary 11011111 10100000 10011110 0 11100 11101 1101 10 110010 1001011

Color Harmonies of #DFA09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA09E

Black with #DFA09E

Text Example


Text Example

White with #DFA09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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