Html Css Color HEX #DE9176 Dark Salmon

📋 copy color: '#DE9176'

red 222 ◦ green 145 ◦ blue 118

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

Shades of Dark Salmon #DE9176

Tints of Dark Salmon #DE9176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.9%

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 45.77%
G = 29.9%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE9176 (or 0xDE9176) is known color: Dark Salmon. HEX triplet: DE, 91 and 76. RGB value is (222,145,118). Sum of RGB (Red+Green+Blue) = 222+145+118=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9176 is #216E89. Grayscale: #A5A5A5. Windows color (decimal): -2190986 or 7770590. OLE color: 7770590.

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

Color convert

RGB 222 145 118 -
CMYK 0 0.35 0.47 0.13
HSL 15.58º 0.61% 0.67% -
HSV(B) 15.58º 0.47% 0.87% -
XYZ 43.52 37.09 22 -
YUV 164.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 222 145 118 0 0.35 0.47 0.13 15.58 0.61 0.67
Hex DE 91 76 0 23 2F D 10 3D 43
Octal 336 221 166 0 43 57 15 20 75 103
Binary 11011110 10010001 1110110 0 100011 101111 1101 10000 111101 1000011

Color Harmonies of #DE9176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9176

Black with #DE9176

Text Example


Text Example

White with #DE9176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9176; }

 p { color: rgb(222,145,118); }

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

background-color css

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

 a { background-color: rgb(222,145,118); }

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

border-color css

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

 span { border-color: rgb(222,145,118); }

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