Html Css Color HEX #DE9479 Dark Salmon

📋 copy color: '#DE9479'

red 222 ◦ green 148 ◦ blue 121

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

Shades of Dark Salmon #DE9479

Tints of Dark Salmon #DE9479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.14%

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

R = 45.21%
G = 30.14%
B = 24.64%

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

#DE9479 (or 0xDE9479) is known color: Dark Salmon. HEX triplet: DE, 94 and 79. RGB value is (222,148,121). Sum of RGB (Red+Green+Blue) = 222+148+121=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9479 is #216B86. Grayscale: #A7A7A7. Windows color (decimal): -2190215 or 7967966. OLE color: 7967966.

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

Color convert

RGB 222 148 121 -
CMYK 0 0.33 0.45 0.13
HSL 16.04º 0.6% 0.67% -
HSV(B) 16.04º 0.45% 0.87% -
XYZ 44.17 38.09 23.11 -
YUV 167.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 222 148 121 0 0.33 0.45 0.13 16.04 0.6 0.67
Hex DE 94 79 0 21 2D D 10 3C 43
Octal 336 224 171 0 41 55 15 20 74 103
Binary 11011110 10010100 1111001 0 100001 101101 1101 10000 111100 1000011

Color Harmonies of #DE9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9479

Black with #DE9479

Text Example


Text Example

White with #DE9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9479; }

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

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

background-color css

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

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

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

border-color css

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

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

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