Html Css Color HEX #DF9473 Dark Salmon

📋 copy color: '#DF9473'

red 223 ◦ green 148 ◦ blue 115

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

Shades of Dark Salmon #DF9473

Tints of Dark Salmon #DF9473

RGB

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

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

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

R = 45.88%
G = 30.45%
B = 23.66%

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

#DF9473 (or 0xDF9473) is known color: Dark Salmon. HEX triplet: DF, 94 and 73. RGB value is (223,148,115). Sum of RGB (Red+Green+Blue) = 223+148+115=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9473 is #206B8C. Grayscale: #A6A6A6. Windows color (decimal): -2124685 or 7574751. OLE color: 7574751.

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

Color convert

RGB 223 148 115 -
CMYK 0 0.34 0.48 0.13
HSL 18.33º 0.63% 0.66% -
HSV(B) 18.33º 0.48% 0.87% -
XYZ 44.12 38.11 21.25 -
YUV 166.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 223 148 115 0 0.34 0.48 0.13 18.33 0.63 0.66
Hex DF 94 73 0 22 30 D 12 3F 42
Octal 337 224 163 0 42 60 15 22 77 102
Binary 11011111 10010100 1110011 0 100010 110000 1101 10010 111111 1000010

Color Harmonies of #DF9473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9473

Black with #DF9473

Text Example


Text Example

White with #DF9473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9473; }

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

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

background-color css

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

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

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

border-color css

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

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

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