Html Css Color HEX #DEA19C Petite Orchid

📋 copy color: '#DEA19C'

red 222 ◦ green 161 ◦ blue 156

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

Shades of Petite Orchid #DEA19C

Tints of Petite Orchid #DEA19C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.87%

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

R = 41.19%
G = 29.87%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DEA19C (or 0xDEA19C) is known color: Petite Orchid. HEX triplet: DE, A1 and 9C. RGB value is (222,161,156). Sum of RGB (Red+Green+Blue) = 222+161+156=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA19C is #215E63. Grayscale: #B2B2B2. Windows color (decimal): -2186852 or 10265054. OLE color: 10265054.

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

Color convert

RGB 222 161 156 -
CMYK 0 0.27 0.30 0.13
HSL 4.55º 0.5% 0.74% -
HSV(B) 4.55º 0.3% 0.87% -
XYZ 48.87 43.42 37.26 -
YUV 178.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 222 161 156 0 0.27 0.30 0.13 4.55 0.5 0.74
Hex DE A1 9C 0 1B 1E D 5 32 4A
Octal 336 241 234 0 33 36 15 5 62 112
Binary 11011110 10100001 10011100 0 11011 11110 1101 101 110010 1001010

Color Harmonies of #DEA19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA19C

Black with #DEA19C

Text Example


Text Example

White with #DEA19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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