Html Css Color HEX #DE987C Dark Salmon

📋 copy color: '#DE987C'

red 222 ◦ green 152 ◦ blue 124

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

Shades of Dark Salmon #DE987C

Tints of Dark Salmon #DE987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.9%

R = 44.58%
G = 30.52%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE987C (or 0xDE987C) is known color: Dark Salmon. HEX triplet: DE, 98 and 7C. RGB value is (222,152,124). Sum of RGB (Red+Green+Blue) = 222+152+124=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE987C is #216783. Grayscale: #A9A9A9. Windows color (decimal): -2189188 or 8165598. OLE color: 8165598.

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

Color convert

RGB 222 152 124 -
CMYK 0 0.32 0.44 0.13
HSL 17.14º 0.6% 0.68% -
HSV(B) 17.14º 0.44% 0.87% -
XYZ 44.99 39.44 24.31 -
YUV 169.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 222 152 124 0 0.32 0.44 0.13 17.14 0.6 0.68
Hex DE 98 7C 0 20 2C D 11 3C 44
Octal 336 230 174 0 40 54 15 21 74 104
Binary 11011110 10011000 1111100 0 100000 101100 1101 10001 111100 1000100

Color Harmonies of #DE987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE987C

Black with #DE987C

Text Example


Text Example

White with #DE987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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