Html Css Color HEX #DEA09C Petite Orchid

📋 copy color: '#DEA09C'

red 222 ◦ green 160 ◦ blue 156

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

Shades of Petite Orchid #DEA09C

Tints of Petite Orchid #DEA09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29%

R = 41.26%
G = 29.74%
B = 29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DEA09C (or 0xDEA09C) is known color: Petite Orchid. HEX triplet: DE, A0 and 9C. RGB value is (222,160,156). Sum of RGB (Red+Green+Blue) = 222+160+156=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA09C is #215F63. Grayscale: #B2B2B2. Windows color (decimal): -2187108 or 10264798. OLE color: 10264798.

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

Color convert

RGB 222 160 156 -
CMYK 0 0.28 0.30 0.13
HSL 3.64º 0.5% 0.74% -
HSV(B) 3.64º 0.3% 0.87% -
XYZ 48.7 43.07 37.2 -
YUV 178.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 222 160 156 0 0.28 0.30 0.13 3.64 0.5 0.74
Hex DE A0 9C 0 1C 1E D 4 32 4A
Octal 336 240 234 0 34 36 15 4 62 112
Binary 11011110 10100000 10011100 0 11100 11110 1101 100 110010 1001010

Color Harmonies of #DEA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA09C

Black with #DEA09C

Text Example


Text Example

White with #DEA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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