Html Css Color HEX #DE9279 Dark Salmon

📋 copy color: '#DE9279'

red 222 ◦ green 146 ◦ blue 121

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

Shades of Dark Salmon #DE9279

Tints of Dark Salmon #DE9279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.86%

 BLUE value IS 121 (47.66% from 255) = 24.74%

R = 45.4%
G = 29.86%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE9279 (or 0xDE9279) is known color: Dark Salmon. HEX triplet: DE, 92 and 79. RGB value is (222,146,121). Sum of RGB (Red+Green+Blue) = 222+146+121=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9279 is #216D86. Grayscale: #A6A6A6. Windows color (decimal): -2190727 or 7967454. OLE color: 7967454.

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

Color convert

RGB 222 146 121 -
CMYK 0 0.34 0.45 0.13
HSL 14.85º 0.6% 0.67% -
HSV(B) 14.85º 0.45% 0.87% -
XYZ 43.85 37.47 23.01 -
YUV 165.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 222 146 121 0 0.34 0.45 0.13 14.85 0.6 0.67
Hex DE 92 79 0 22 2D D F 3C 43
Octal 336 222 171 0 42 55 15 17 74 103
Binary 11011110 10010010 1111001 0 100010 101101 1101 1111 111100 1000011

Color Harmonies of #DE9279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9279

Black with #DE9279

Text Example


Text Example

White with #DE9279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9279; }

 p { color: rgb(222,146,121); }

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

background-color css

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

 a { background-color: rgb(222,146,121); }

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

border-color css

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

 span { border-color: rgb(222,146,121); }

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