Html Css Color HEX #DEA098 Petite Orchid

📋 copy color: '#DEA098'

red 222 ◦ green 160 ◦ blue 152

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

Shades of Petite Orchid #DEA098

Tints of Petite Orchid #DEA098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.46%

R = 41.57%
G = 29.96%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEA098 (or 0xDEA098) is known color: Petite Orchid. HEX triplet: DE, A0 and 98. RGB value is (222,160,152). Sum of RGB (Red+Green+Blue) = 222+160+152=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA098 is #215F67. Grayscale: #B1B1B1. Windows color (decimal): -2187112 or 10002654. OLE color: 10002654.

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

Color convert

RGB 222 160 152 -
CMYK 0 0.28 0.32 0.13
HSL 6.86º 0.51% 0.73% -
HSV(B) 6.86º 0.32% 0.87% -
XYZ 48.36 42.94 35.44 -
YUV 177.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 222 160 152 0 0.28 0.32 0.13 6.86 0.51 0.73
Hex DE A0 98 0 1C 20 D 7 33 49
Octal 336 240 230 0 34 40 15 7 63 111
Binary 11011110 10100000 10011000 0 11100 100000 1101 111 110011 1001001

Color Harmonies of #DEA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA098

Black with #DEA098

Text Example


Text Example

White with #DEA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA098; }

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

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

background-color css

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

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

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

border-color css

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

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

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