Html Css Color HEX #DF957A Dark Salmon

📋 copy color: '#DF957A'

red 223 ◦ green 149 ◦ blue 122

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

Shades of Dark Salmon #DF957A

Tints of Dark Salmon #DF957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.7%

R = 45.14%
G = 30.16%
B = 24.7%

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

#DF957A (or 0xDF957A) is known color: Dark Salmon. HEX triplet: DF, 95 and 7A. RGB value is (223,149,122). Sum of RGB (Red+Green+Blue) = 223+149+122=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF957A is #206A85. Grayscale: #A8A8A8. Windows color (decimal): -2124422 or 8033759. OLE color: 8033759.

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

Color convert

RGB 223 149 122 -
CMYK 0 0.33 0.45 0.13
HSL 16.04º 0.61% 0.68% -
HSV(B) 16.04º 0.45% 0.87% -
XYZ 44.69 38.59 23.51 -
YUV 168.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 223 149 122 0 0.33 0.45 0.13 16.04 0.61 0.68
Hex DF 95 7A 0 21 2D D 10 3D 44
Octal 337 225 172 0 41 55 15 20 75 104
Binary 11011111 10010101 1111010 0 100001 101101 1101 10000 111101 1000100

Color Harmonies of #DF957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF957A

Black with #DF957A

Text Example


Text Example

White with #DF957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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