Html Css Color HEX #DEA19E Petite Orchid

📋 copy color: '#DEA19E'

red 222 ◦ green 161 ◦ blue 158

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

Shades of Petite Orchid #DEA19E

Tints of Petite Orchid #DEA19E

RGB

 RED value IS 222 (87.11% from 255) = 41.04%

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

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

R = 41.04%
G = 29.76%
B = 29.21%

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

#DEA19E (or 0xDEA19E) is known color: Petite Orchid. HEX triplet: DE, A1 and 9E. RGB value is (222,161,158). Sum of RGB (Red+Green+Blue) = 222+161+158=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA19E is #215E61. Grayscale: #B2B2B2. Windows color (decimal): -2186850 or 10396126. OLE color: 10396126.

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

Color convert

RGB 222 161 158 -
CMYK 0 0.27 0.29 0.13
HSL 2.81º 0.49% 0.75% -
HSV(B) 2.81º 0.29% 0.87% -
XYZ 49.04 43.49 38.16 -
YUV 178.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 222 161 158 0 0.27 0.29 0.13 2.81 0.49 0.75
Hex DE A1 9E 0 1B 1D D 3 31 4B
Octal 336 241 236 0 33 35 15 3 61 113
Binary 11011110 10100001 10011110 0 11011 11101 1101 11 110001 1001011

Color Harmonies of #DEA19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA19E

Black with #DEA19E

Text Example


Text Example

White with #DEA19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA19E; }

 p { color: rgb(222,161,158); }

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

background-color css

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

 a { background-color: rgb(222,161,158); }

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

border-color css

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

 span { border-color: rgb(222,161,158); }

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