Html Css Color HEX #DEA09A Petite Orchid

📋 copy color: '#DEA09A'

red 222 ◦ green 160 ◦ blue 154

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

Shades of Petite Orchid #DEA09A

Tints of Petite Orchid #DEA09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.73%

R = 41.42%
G = 29.85%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEA09A (or 0xDEA09A) is known color: Petite Orchid. HEX triplet: DE, A0 and 9A. RGB value is (222,160,154). Sum of RGB (Red+Green+Blue) = 222+160+154=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA09A is #215F65. Grayscale: #B1B1B1. Windows color (decimal): -2187110 or 10133726. OLE color: 10133726.

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

Color convert

RGB 222 160 154 -
CMYK 0 0.28 0.31 0.13
HSL 5.29º 0.51% 0.74% -
HSV(B) 5.29º 0.31% 0.87% -
XYZ 48.53 43 36.31 -
YUV 177.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 222 160 154 0 0.28 0.31 0.13 5.29 0.51 0.74
Hex DE A0 9A 0 1C 1F D 5 33 4A
Octal 336 240 232 0 34 37 15 5 63 112
Binary 11011110 10100000 10011010 0 11100 11111 1101 101 110011 1001010

Color Harmonies of #DEA09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA09A

Black with #DEA09A

Text Example


Text Example

White with #DEA09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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