Html Css Color HEX #DE988A Petite Orchid

📋 copy color: '#DE988A'

red 222 ◦ green 152 ◦ blue 138

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

Shades of Petite Orchid #DE988A

Tints of Petite Orchid #DE988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.69%

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 43.36%
G = 29.69%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE988A (or 0xDE988A) is known color: Petite Orchid. HEX triplet: DE, 98 and 8A. RGB value is (222,152,138). Sum of RGB (Red+Green+Blue) = 222+152+138=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE988A is #216775. Grayscale: #ABABAB. Windows color (decimal): -2189174 or 9083102. OLE color: 9083102.

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

Color convert

RGB 222 152 138 -
CMYK 0 0.32 0.38 0.13
HSL 10º 0.56% 0.71% -
HSV(B) 10º 0.38% 0.87% -
XYZ 45.94 39.82 29.31 -
YUV 171.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 222 152 138 0 0.32 0.38 0.13 10 0.56 0.71
Hex DE 98 8A 0 20 26 D A 38 47
Octal 336 230 212 0 40 46 15 12 70 107
Binary 11011110 10011000 10001010 0 100000 100110 1101 1010 111000 1000111

Color Harmonies of #DE988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE988A

Black with #DE988A

Text Example


Text Example

White with #DE988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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