Html Css Color HEX #DF988C Petite Orchid

📋 copy color: '#DF988C'

red 223 ◦ green 152 ◦ blue 140

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

Shades of Petite Orchid #DF988C

Tints of Petite Orchid #DF988C

RGB

 RED value IS 223 (87.5% from 255) = 43.3%

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

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 43.3%
G = 29.51%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF988C (or 0xDF988C) is known color: Petite Orchid. HEX triplet: DF, 98 and 8C. RGB value is (223,152,140). Sum of RGB (Red+Green+Blue) = 223+152+140=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF988C is #206773. Grayscale: #ABABAB. Windows color (decimal): -2123636 or 9214175. OLE color: 9214175.

HSL color Cylindrical-coordinate representation of color #DF988C: hue angle of 8.67º degrees, saturation: 0.56, 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 #DF988C is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 140 -
CMYK 0 0.32 0.37 0.13
HSL 8.67º 0.56% 0.71% -
HSV(B) 8.67º 0.37% 0.87% -
XYZ 46.39 40.04 30.09 -
YUV 171.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 223 152 140 0 0.32 0.37 0.13 8.67 0.56 0.71
Hex DF 98 8C 0 20 25 D 9 38 47
Octal 337 230 214 0 40 45 15 11 70 107
Binary 11011111 10011000 10001100 0 100000 100101 1101 1001 111000 1000111

Color Harmonies of #DF988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF988C

Black with #DF988C

Text Example


Text Example

White with #DF988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF988C; }

 p { color: rgb(223,152,140); }

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

background-color css

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

 a { background-color: rgb(223,152,140); }

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

border-color css

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

 span { border-color: rgb(223,152,140); }

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