Html Css Color HEX #DE9378 Dark Salmon

📋 copy color: '#DE9378'

red 222 ◦ green 147 ◦ blue 120

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

Shades of Dark Salmon #DE9378

Tints of Dark Salmon #DE9378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.06%

 BLUE value IS 120 (47.27% from 255) = 24.54%

R = 45.4%
G = 30.06%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE9378 (or 0xDE9378) is known color: Dark Salmon. HEX triplet: DE, 93 and 78. RGB value is (222,147,120). Sum of RGB (Red+Green+Blue) = 222+147+120=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9378 is #216C87. Grayscale: #A6A6A6. Windows color (decimal): -2190472 or 7902174. OLE color: 7902174.

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

Color convert

RGB 222 147 120 -
CMYK 0 0.34 0.46 0.13
HSL 15.88º 0.61% 0.67% -
HSV(B) 15.88º 0.46% 0.87% -
XYZ 43.95 37.75 22.74 -
YUV 166.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 222 147 120 0 0.34 0.46 0.13 15.88 0.61 0.67
Hex DE 93 78 0 22 2E D 10 3D 43
Octal 336 223 170 0 42 56 15 20 75 103
Binary 11011110 10010011 1111000 0 100010 101110 1101 10000 111101 1000011

Color Harmonies of #DE9378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9378

Black with #DE9378

Text Example


Text Example

White with #DE9378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9378; }

 p { color: rgb(222,147,120); }

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

background-color css

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

 a { background-color: rgb(222,147,120); }

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

border-color css

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

 span { border-color: rgb(222,147,120); }

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