Html Css Color HEX #DF917C Dark Salmon

📋 copy color: '#DF917C'

red 223 ◦ green 145 ◦ blue 124

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

Shades of Dark Salmon #DF917C

Tints of Dark Salmon #DF917C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.2%

R = 45.33%
G = 29.47%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF917C (or 0xDF917C) is known color: Dark Salmon. HEX triplet: DF, 91 and 7C. RGB value is (223,145,124). Sum of RGB (Red+Green+Blue) = 223+145+124=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF917C is #206E83. Grayscale: #A6A6A6. Windows color (decimal): -2125444 or 8163807. OLE color: 8163807.

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

Color convert

RGB 223 145 124 -
CMYK 0 0.35 0.44 0.13
HSL 12.73º 0.61% 0.68% -
HSV(B) 12.73º 0.44% 0.87% -
XYZ 44.19 37.39 23.96 -
YUV 165.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 223 145 124 0 0.35 0.44 0.13 12.73 0.61 0.68
Hex DF 91 7C 0 23 2C D D 3D 44
Octal 337 221 174 0 43 54 15 15 75 104
Binary 11011111 10010001 1111100 0 100011 101100 1101 1101 111101 1000100

Color Harmonies of #DF917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF917C

Black with #DF917C

Text Example


Text Example

White with #DF917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF917C; }

 p { color: rgb(223,145,124); }

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

background-color css

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

 a { background-color: rgb(223,145,124); }

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

border-color css

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

 span { border-color: rgb(223,145,124); }

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