Html Css Color HEX #DF937E Dark Salmon

📋 copy color: '#DF937E'

red 223 ◦ green 147 ◦ blue 126

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

Shades of Dark Salmon #DF937E

Tints of Dark Salmon #DF937E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.64%

 BLUE value IS 126 (49.61% from 255) = 25.4%

R = 44.96%
G = 29.64%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF937E (or 0xDF937E) is known color: Dark Salmon. HEX triplet: DF, 93 and 7E. RGB value is (223,147,126). Sum of RGB (Red+Green+Blue) = 223+147+126=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF937E is #206C81. Grayscale: #A7A7A7. Windows color (decimal): -2124930 or 8295391. OLE color: 8295391.

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

Color convert

RGB 223 147 126 -
CMYK 0 0.34 0.43 0.13
HSL 12.99º 0.6% 0.68% -
HSV(B) 12.99º 0.43% 0.87% -
XYZ 44.63 38.06 24.73 -
YUV 167.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 223 147 126 0 0.34 0.43 0.13 12.99 0.6 0.68
Hex DF 93 7E 0 22 2B D D 3C 44
Octal 337 223 176 0 42 53 15 15 74 104
Binary 11011111 10010011 1111110 0 100010 101011 1101 1101 111100 1000100

Color Harmonies of #DF937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF937E

Black with #DF937E

Text Example


Text Example

White with #DF937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF937E; }

 p { color: rgb(223,147,126); }

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

background-color css

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

 a { background-color: rgb(223,147,126); }

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

border-color css

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

 span { border-color: rgb(223,147,126); }

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