Html Css Color HEX #DE957A Dark Salmon

📋 copy color: '#DE957A'

red 222 ◦ green 149 ◦ blue 122

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

Shades of Dark Salmon #DE957A

Tints of Dark Salmon #DE957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.75%

R = 45.03%
G = 30.22%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE957A (or 0xDE957A) is known color: Dark Salmon. HEX triplet: DE, 95 and 7A. RGB value is (222,149,122). Sum of RGB (Red+Green+Blue) = 222+149+122=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE957A is #216A85. Grayscale: #A7A7A7. Windows color (decimal): -2189958 or 8033758. OLE color: 8033758.

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

Color convert

RGB 222 149 122 -
CMYK 0 0.33 0.45 0.13
HSL 16.2º 0.6% 0.67% -
HSV(B) 16.2º 0.45% 0.87% -
XYZ 44.38 38.43 23.49 -
YUV 167.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 222 149 122 0 0.33 0.45 0.13 16.2 0.6 0.67
Hex DE 95 7A 0 21 2D D 10 3C 43
Octal 336 225 172 0 41 55 15 20 74 103
Binary 11011110 10010101 1111010 0 100001 101101 1101 10000 111100 1000011

Color Harmonies of #DE957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE957A

Black with #DE957A

Text Example


Text Example

White with #DE957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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