Html Css Color HEX #DF967C Dark Salmon

📋 copy color: '#DF967C'

red 223 ◦ green 150 ◦ blue 124

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

Shades of Dark Salmon #DF967C

Tints of Dark Salmon #DF967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.18%

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

R = 44.87%
G = 30.18%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF967C (or 0xDF967C) is known color: Dark Salmon. HEX triplet: DF, 96 and 7C. RGB value is (223,150,124). Sum of RGB (Red+Green+Blue) = 223+150+124=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF967C is #206983. Grayscale: #A9A9A9. Windows color (decimal): -2124164 or 8165087. OLE color: 8165087.

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

Color convert

RGB 223 150 124 -
CMYK 0 0.33 0.44 0.13
HSL 15.76º 0.61% 0.68% -
HSV(B) 15.76º 0.44% 0.87% -
XYZ 44.98 38.96 24.22 -
YUV 168.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 223 150 124 0 0.33 0.44 0.13 15.76 0.61 0.68
Hex DF 96 7C 0 21 2C D 10 3D 44
Octal 337 226 174 0 41 54 15 20 75 104
Binary 11011111 10010110 1111100 0 100001 101100 1101 10000 111101 1000100

Color Harmonies of #DF967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF967C

Black with #DF967C

Text Example


Text Example

White with #DF967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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