#DE9B8C

Color #DE9B8C Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DE9B8C

Tints of Petite Orchid #DE9B8C

Color information

#DE9B8C (or 0xDE9B8C) is unknown color: approx Petite Orchid. HEX triplet: DE, 9B and 8C. RGB value is (222,155,140). Sum of RGB (Red+Green+Blue) = 222+155+140=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9B8C is #216473. Grayscale: #ADADAD. Windows color (decimal): -2188404 or 9214942. OLE color: 9214942.

HSL color Cylindrical-coordinate representation of color #DE9B8C: hue angle of 10.98º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE9B8C is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB222155140-
CMYK00.300.370.13
HSL10.98º55.41%70.98%-
HSV(B)10.98º36.94%87.06%-
XYZ46.5840.8730.24-
YUV173.32109.2162.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 140 (55.08% from 255) = 27.08%
R=42.94%
G=29.98%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215514000.300.370.1310.9855.4170.98
HexDE9B8C01E25Db3747
Octal33623321403645151367107
Binary110111101001101110001100011110100101110110111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9B8C; }

 p { color: rgb(222,155,140); }

 H1.HeaderClassName
 {
   color: #DE9B8C;
 }
 .AnyTagClassName
 {
   color: #DE9B8C;
 }
</style>
background-color css

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

 a { background-color: rgb(222,155,140); }

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

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

 span { border-color: rgb(222,155,140); }

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