Html Css Color HEX #DF957B Dark Salmon

📋 copy color: '#DF957B'

red 223 ◦ green 149 ◦ blue 123

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

Shades of Dark Salmon #DF957B

Tints of Dark Salmon #DF957B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.85%

R = 45.05%
G = 30.1%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF957B (or 0xDF957B) is known color: Dark Salmon. HEX triplet: DF, 95 and 7B. RGB value is (223,149,123). Sum of RGB (Red+Green+Blue) = 223+149+123=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF957B is #206A84. Grayscale: #A8A8A8. Windows color (decimal): -2124421 or 8099295. OLE color: 8099295.

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

Color convert

RGB 223 149 123 -
CMYK 0 0.33 0.45 0.13
HSL 15.6º 0.61% 0.68% -
HSV(B) 15.6º 0.45% 0.87% -
XYZ 44.75 38.61 23.83 -
YUV 168.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 223 149 123 0 0.33 0.45 0.13 15.6 0.61 0.68
Hex DF 95 7B 0 21 2D D 10 3D 44
Octal 337 225 173 0 41 55 15 20 75 104
Binary 11011111 10010101 1111011 0 100001 101101 1101 10000 111101 1000100

Color Harmonies of #DF957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF957B

Black with #DF957B

Text Example


Text Example

White with #DF957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF957B; }

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

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

background-color css

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

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

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

border-color css

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

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

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