Html Css Color HEX #DEA39F Petite Orchid

📋 copy color: '#DEA39F'

red 222 ◦ green 163 ◦ blue 159

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

Shades of Petite Orchid #DEA39F

Tints of Petite Orchid #DEA39F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.96%

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

R = 40.81%
G = 29.96%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DEA39F (or 0xDEA39F) is known color: Petite Orchid. HEX triplet: DE, A3 and 9F. RGB value is (222,163,159). Sum of RGB (Red+Green+Blue) = 222+163+159=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA39F is #215C60. Grayscale: #B4B4B4. Windows color (decimal): -2186337 or 10462174. OLE color: 10462174.

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

Color convert

RGB 222 163 159 -
CMYK 0 0.27 0.28 0.13
HSL 3.81º 0.49% 0.75% -
HSV(B) 3.81º 0.28% 0.87% -
XYZ 49.48 44.23 38.73 -
YUV 180.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 222 163 159 0 0.27 0.28 0.13 3.81 0.49 0.75
Hex DE A3 9F 0 1B 1C D 4 31 4B
Octal 336 243 237 0 33 34 15 4 61 113
Binary 11011110 10100011 10011111 0 11011 11100 1101 100 110001 1001011

Color Harmonies of #DEA39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA39F

Black with #DEA39F

Text Example


Text Example

White with #DEA39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA39F; }

 p { color: rgb(222,163,159); }

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

background-color css

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

 a { background-color: rgb(222,163,159); }

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

border-color css

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

 span { border-color: rgb(222,163,159); }

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