Html Css Color HEX #DE957D Dark Salmon

📋 copy color: '#DE957D'

red 222 ◦ green 149 ◦ blue 125

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

Shades of Dark Salmon #DE957D

Tints of Dark Salmon #DE957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.04%

 BLUE value IS 125 (49.22% from 255) = 25.2%

R = 44.76%
G = 30.04%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE957D (or 0xDE957D) is known color: Dark Salmon. HEX triplet: DE, 95 and 7D. RGB value is (222,149,125). Sum of RGB (Red+Green+Blue) = 222+149+125=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DE957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE957D is #216A82. Grayscale: #A8A8A8. Windows color (decimal): -2189955 or 8230366. OLE color: 8230366.

HSL color Cylindrical-coordinate representation of color #DE957D: hue angle of 14.85º 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 #DE957D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 149 125 -
CMYK 0 0.33 0.44 0.13
HSL 14.85º 0.6% 0.68% -
HSV(B) 14.85º 0.44% 0.87% -
XYZ 44.57 38.51 24.49 -
YUV 168.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 222 149 125 0 0.33 0.44 0.13 14.85 0.6 0.68
Hex DE 95 7D 0 21 2C D F 3C 44
Octal 336 225 175 0 41 54 15 17 74 104
Binary 11011110 10010101 1111101 0 100001 101100 1101 1111 111100 1000100

Color Harmonies of #DE957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE957D

Black with #DE957D

Text Example


Text Example

White with #DE957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE957D; }

 p { color: rgb(222,149,125); }

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

background-color css

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

 a { background-color: rgb(222,149,125); }

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

border-color css

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

 span { border-color: rgb(222,149,125); }

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