Html Css Color HEX #DEA29D Petite Orchid

📋 copy color: '#DEA29D'

red 222 ◦ green 162 ◦ blue 157

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

Shades of Petite Orchid #DEA29D

Tints of Petite Orchid #DEA29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.02%

R = 41.04%
G = 29.94%
B = 29.02%

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

#DEA29D (or 0xDEA29D) is known color: Petite Orchid. HEX triplet: DE, A2 and 9D. RGB value is (222,162,157). Sum of RGB (Red+Green+Blue) = 222+162+157=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA29D is #215D62. Grayscale: #B3B3B3. Windows color (decimal): -2186595 or 10330846. OLE color: 10330846.

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

Color convert

RGB 222 162 157 -
CMYK 0 0.27 0.29 0.13
HSL 4.62º 0.5% 0.74% -
HSV(B) 4.62º 0.29% 0.87% -
XYZ 49.13 43.8 37.76 -
YUV 179.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 222 162 157 0 0.27 0.29 0.13 4.62 0.5 0.74
Hex DE A2 9D 0 1B 1D D 5 32 4A
Octal 336 242 235 0 33 35 15 5 62 112
Binary 11011110 10100010 10011101 0 11011 11101 1101 101 110010 1001010

Color Harmonies of #DEA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA29D

Black with #DEA29D

Text Example


Text Example

White with #DEA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA29D; }

 p { color: rgb(222,162,157); }

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

background-color css

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

 a { background-color: rgb(222,162,157); }

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

border-color css

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

 span { border-color: rgb(222,162,157); }

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