Html Css Color HEX #DF9373 Dark Salmon

📋 copy color: '#DF9373'

red 223 ◦ green 147 ◦ blue 115

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

Shades of Dark Salmon #DF9373

Tints of Dark Salmon #DF9373

RGB

 RED value IS 223 (87.5% from 255) = 45.98%

 GREEN value IS 147 (57.81% from 255) = 30.31%

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 45.98%
G = 30.31%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF9373 (or 0xDF9373) is known color: Dark Salmon. HEX triplet: DF, 93 and 73. RGB value is (223,147,115). Sum of RGB (Red+Green+Blue) = 223+147+115=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9373 is #206C8C. Grayscale: #A6A6A6. Windows color (decimal): -2124941 or 7574495. OLE color: 7574495.

HSL color Cylindrical-coordinate representation of color #DF9373: hue angle of 17.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF9373 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 147 115 -
CMYK 0 0.34 0.48 0.13
HSL 17.78º 0.63% 0.66% -
HSV(B) 17.78º 0.48% 0.87% -
XYZ 43.96 37.79 21.2 -
YUV 166.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 223 147 115 0 0.34 0.48 0.13 17.78 0.63 0.66
Hex DF 93 73 0 22 30 D 12 3F 42
Octal 337 223 163 0 42 60 15 22 77 102
Binary 11011111 10010011 1110011 0 100010 110000 1101 10010 111111 1000010

Color Harmonies of #DF9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9373

Black with #DF9373

Text Example


Text Example

White with #DF9373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9373; }

 p { color: rgb(223,147,115); }

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

background-color css

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

 a { background-color: rgb(223,147,115); }

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

border-color css

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

 span { border-color: rgb(223,147,115); }

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