Html Css Color HEX #DE9B7B Dark Salmon

📋 copy color: '#DE9B7B'

red 222 ◦ green 155 ◦ blue 123

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

Shades of Dark Salmon #DE9B7B

Tints of Dark Salmon #DE9B7B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31%

 BLUE value IS 123 (48.44% from 255) = 24.6%

R = 44.4%
G = 31%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE9B7B (or 0xDE9B7B) is known color: Dark Salmon. HEX triplet: DE, 9B and 7B. RGB value is (222,155,123). Sum of RGB (Red+Green+Blue) = 222+155+123=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9B7B is #216484. Grayscale: #ABABAB. Windows color (decimal): -2188421 or 8100830. OLE color: 8100830.

HSL color Cylindrical-coordinate representation of color #DE9B7B: hue angle of 19.39º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE9B7B is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 155 123 -
CMYK 0 0.30 0.45 0.13
HSL 19.39º 0.6% 0.68% -
HSV(B) 19.39º 0.45% 0.87% -
XYZ 45.42 40.4 24.14 -
YUV 171.39 100.7 164.1 -
System Red Green Blue C M Y K H S L
Decimal 222 155 123 0 0.30 0.45 0.13 19.39 0.6 0.68
Hex DE 9B 7B 0 1E 2D D 13 3C 44
Octal 336 233 173 0 36 55 15 23 74 104
Binary 11011110 10011011 1111011 0 11110 101101 1101 10011 111100 1000100

Color Harmonies of #DE9B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9B7B

Black with #DE9B7B

Text Example


Text Example

White with #DE9B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9B7B; }

 p { color: rgb(222,155,123); }

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

background-color css

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

 a { background-color: rgb(222,155,123); }

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

border-color css

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

 span { border-color: rgb(222,155,123); }

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