Html Css Color HEX #DE9582 Dark Salmon

📋 copy color: '#DE9582'

red 222 ◦ green 149 ◦ blue 130

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

Shades of Dark Salmon #DE9582

Tints of Dark Salmon #DE9582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.95%

R = 44.31%
G = 29.74%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE9582 (or 0xDE9582) is known color: Dark Salmon. HEX triplet: DE, 95 and 82. RGB value is (222,149,130). Sum of RGB (Red+Green+Blue) = 222+149+130=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9582 is #216A7D. Grayscale: #A8A8A8. Windows color (decimal): -2189950 or 8558046. OLE color: 8558046.

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

Color convert

RGB 222 149 130 -
CMYK 0 0.33 0.41 0.13
HSL 12.39º 0.58% 0.69% -
HSV(B) 12.39º 0.41% 0.87% -
XYZ 44.9 38.64 26.21 -
YUV 168.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 222 149 130 0 0.33 0.41 0.13 12.39 0.58 0.69
Hex DE 95 82 0 21 29 D C 3A 45
Octal 336 225 202 0 41 51 15 14 72 105
Binary 11011110 10010101 10000010 0 100001 101001 1101 1100 111010 1000101

Color Harmonies of #DE9582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9582

Black with #DE9582

Text Example


Text Example

White with #DE9582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9582; }

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

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

background-color css

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

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

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

border-color css

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

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

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