Html Css Color HEX #DF957D Dark Salmon

📋 copy color: '#DF957D'

red 223 ◦ green 149 ◦ blue 125

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

Shades of Dark Salmon #DF957D

Tints of Dark Salmon #DF957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.98%

 BLUE value IS 125 (49.22% from 255) = 25.15%

R = 44.87%
G = 29.98%
B = 25.15%

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

#DF957D (or 0xDF957D) is known color: Dark Salmon. HEX triplet: DF, 95 and 7D. RGB value is (223,149,125). Sum of RGB (Red+Green+Blue) = 223+149+125=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF957D is #206A82. Grayscale: #A8A8A8. Windows color (decimal): -2124419 or 8230367. OLE color: 8230367.

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

Color convert

RGB 223 149 125 -
CMYK 0 0.33 0.44 0.13
HSL 14.69º 0.6% 0.68% -
HSV(B) 14.69º 0.44% 0.87% -
XYZ 44.88 38.66 24.5 -
YUV 168.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 223 149 125 0 0.33 0.44 0.13 14.69 0.6 0.68
Hex DF 95 7D 0 21 2C D F 3C 44
Octal 337 225 175 0 41 54 15 17 74 104
Binary 11011111 10010101 1111101 0 100001 101100 1101 1111 111100 1000100

Color Harmonies of #DF957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF957D

Black with #DF957D

Text Example


Text Example

White with #DF957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF957D; }

 p { color: rgb(223,149,125); }

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

background-color css

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

 a { background-color: rgb(223,149,125); }

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

border-color css

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

 span { border-color: rgb(223,149,125); }

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