Html Css Color HEX #DEA09D Petite Orchid

📋 copy color: '#DEA09D'

red 222 ◦ green 160 ◦ blue 157

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

Shades of Petite Orchid #DEA09D

Tints of Petite Orchid #DEA09D

RGB

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

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

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

R = 41.19%
G = 29.68%
B = 29.13%

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

#DEA09D (or 0xDEA09D) is known color: Petite Orchid. HEX triplet: DE, A0 and 9D. RGB value is (222,160,157). Sum of RGB (Red+Green+Blue) = 222+160+157=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA09D is #215F62. Grayscale: #B2B2B2. Windows color (decimal): -2187107 or 10330334. OLE color: 10330334.

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

Color convert

RGB 222 160 157 -
CMYK 0 0.28 0.29 0.13
HSL 2.77º 0.5% 0.74% -
HSV(B) 2.77º 0.29% 0.87% -
XYZ 48.78 43.11 37.65 -
YUV 178.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 222 160 157 0 0.28 0.29 0.13 2.77 0.5 0.74
Hex DE A0 9D 0 1C 1D D 3 32 4A
Octal 336 240 235 0 34 35 15 3 62 112
Binary 11011110 10100000 10011101 0 11100 11101 1101 11 110010 1001010

Color Harmonies of #DEA09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA09D

Black with #DEA09D

Text Example


Text Example

White with #DEA09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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